Html Css Color HEX #AC691B Golden Brown

📋 copy color: '#AC691B'

red 172 ◦ green 105 ◦ blue 27

#AC691B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Golden Brown #AC691B

Tints of Golden Brown #AC691B

RGB

 RED value IS 172 (67.58% from 255) = 56.58%

 GREEN value IS 105 (41.41% from 255) = 34.54%

 BLUE value IS 27 (10.94% from 255) = 8.88%

R = 56.58%
G = 34.54%
B = 8.88%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.84

 K value IS 0.33

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#AC691B (or 0xAC691B) is known color: Golden Brown. HEX triplet: AC, 69 and 1B. RGB value is (172,105,27). Sum of RGB (Red+Green+Blue) = 172+105+27=304 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.58% from 304); Green value is 105 (41.41% from 255 or 34.54% from 304); Blue value is 27 (10.94% from 255 or 8.88% from 304); Max value from RGB is 172 - color contains mainly: red. Hex color #AC691B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC691B is #5396E4. Grayscale: #747474. Windows color (decimal): -5478117 or 1796524. OLE color: 1796524.

HSL color Cylindrical-coordinate representation of color #AC691B: hue angle of 32.28º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AC691B is Cyan = 0, Magento = 0.39, Yellow = 0.84 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 105 27 -
CMYK 0 0.39 0.84 0.33
HSL 32.28º 0.73% 0.39% -
HSV(B) 32.28º 0.84% 0.67% -
XYZ 22.26 18.95 3.52 -
YUV 116.14 77.7 167.84 -
System Red Green Blue C M Y K H S L
Decimal 172 105 27 0 0.39 0.84 0.33 32.28 0.73 0.39
Hex AC 69 1B 0 27 54 21 20 49 27
Octal 254 151 33 0 47 124 41 40 111 47
Binary 10101100 1101001 11011 0 100111 1010100 100001 100000 1001001 100111

Color Harmonies of #AC691B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC691B

Black with #AC691B

Text Example


Text Example

White with #AC691B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC691B; }

 p { color: rgb(172,105,27); }

 H1.HeaderClassName
 {
   color: #AC691B;
 }
 .AnyTagClassName
 {
   color: #AC691B;
 }
</style>

background-color css

<style>
 a { background-color: #AC691B; }

 a { background-color: rgb(172,105,27); }

 div.DivClassName
 {
   background-color: #AC691B;
 }
 .BgClassName
 {
   background-color: #AC691B;
 }
</style>

border-color css

<style>
 span { border-color: #AC691B; }

 span { border-color: rgb(172,105,27); }

 td.TdClassName
 {
   border-color: #AC691B;
 }
 .TagClassName
 {
   border-color: #AC691B;
 }
</style>