Html Css Color HEX #AC660B Golden Brown

📋 copy color: '#AC660B'

red 172 ◦ green 102 ◦ blue 11

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

Shades of Golden Brown #AC660B

Tints of Golden Brown #AC660B

RGB

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

 GREEN value IS 102 (40.23% from 255) = 35.79%

 BLUE value IS 11 (4.69% from 255) = 3.86%

R = 60.35%
G = 35.79%
B = 3.86%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.94

 K value IS 0.33

RGB Variations

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

Color information

#AC660B (or 0xAC660B) is known color: Golden Brown. HEX triplet: AC, 66 and 0B. RGB value is (172,102,11). Sum of RGB (Red+Green+Blue) = 172+102+11=285 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.35% from 285); Green value is 102 (40.23% from 255 or 35.79% from 285); Blue value is 11 (4.69% from 255 or 3.86% from 285); Max value from RGB is 172 - color contains mainly: red. Hex color #AC660B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC660B is #5399F4. Grayscale: #707070. Windows color (decimal): -5478901 or 747180. OLE color: 747180.

HSL color Cylindrical-coordinate representation of color #AC660B: hue angle of 33.91º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AC660B is Cyan = 0, Magento = 0.41, Yellow = 0.94 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 102 11 -
CMYK 0 0.41 0.94 0.33
HSL 33.91º 0.88% 0.36% -
HSV(B) 33.91º 0.94% 0.67% -
XYZ 21.83 18.3 2.7 -
YUV 112.56 70.69 170.4 -
System Red Green Blue C M Y K H S L
Decimal 172 102 11 0 0.41 0.94 0.33 33.91 0.88 0.36
Hex AC 66 B 0 29 5E 21 22 58 24
Octal 254 146 13 0 51 136 41 42 130 44
Binary 10101100 1100110 1011 0 101001 1011110 100001 100010 1011000 100100

Color Harmonies of #AC660B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC660B

Black with #AC660B

Text Example


Text Example

White with #AC660B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC660B; }

 p { color: rgb(172,102,11); }

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

background-color css

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

 a { background-color: rgb(172,102,11); }

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

border-color css

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

 span { border-color: rgb(172,102,11); }

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