Html Css Color HEX #AC600B Golden Brown

📋 copy color: '#AC600B'

red 172 ◦ green 96 ◦ blue 11

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

Shades of Golden Brown #AC600B

Tints of Golden Brown #AC600B

RGB

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

 GREEN value IS 96 (37.89% from 255) = 34.41%

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

R = 61.65%
G = 34.41%
B = 3.94%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.94

 K value IS 0.33

RGB Variations

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

Color information

#AC600B (or 0xAC600B) is known color: Golden Brown. HEX triplet: AC, 60 and 0B. RGB value is (172,96,11). Sum of RGB (Red+Green+Blue) = 172+96+11=279 (36% of max value = 765). Red value is 172 (67.58% from 255 or 61.65% from 279); Green value is 96 (37.89% from 255 or 34.41% from 279); Blue value is 11 (4.69% from 255 or 3.94% from 279); Max value from RGB is 172 - color contains mainly: red. Hex color #AC600B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC600B is #539FF4. Grayscale: #6D6D6D. Windows color (decimal): -5480437 or 745644. OLE color: 745644.

HSL color Cylindrical-coordinate representation of color #AC600B: hue angle of 31.68º 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 #AC600B is Cyan = 0, Magento = 0.44, Yellow = 0.94 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 96 11 -
CMYK 0 0.44 0.94 0.33
HSL 31.68º 0.88% 0.36% -
HSV(B) 31.68º 0.94% 0.67% -
XYZ 21.26 17.16 2.51 -
YUV 109.03 72.68 172.91 -
System Red Green Blue C M Y K H S L
Decimal 172 96 11 0 0.44 0.94 0.33 31.68 0.88 0.36
Hex AC 60 B 0 2C 5E 21 20 58 24
Octal 254 140 13 0 54 136 41 40 130 44
Binary 10101100 1100000 1011 0 101100 1011110 100001 100000 1011000 100100

Color Harmonies of #AC600B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC600B

Black with #AC600B

Text Example


Text Example

White with #AC600B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC600B; }

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

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

background-color css

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

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

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

border-color css

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

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

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