Html Css Color HEX #AC610C Golden Brown

📋 copy color: '#AC610C'

red 172 ◦ green 97 ◦ blue 12

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

Shades of Golden Brown #AC610C

Tints of Golden Brown #AC610C

RGB

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

 GREEN value IS 97 (38.28% from 255) = 34.52%

 BLUE value IS 12 (5.08% from 255) = 4.27%

R = 61.21%
G = 34.52%
B = 4.27%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.93

 K value IS 0.33

RGB Variations

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

Color information

#AC610C (or 0xAC610C) is known color: Golden Brown. HEX triplet: AC, 61 and 0C. RGB value is (172,97,12). Sum of RGB (Red+Green+Blue) = 172+97+12=281 (37% of max value = 765). Red value is 172 (67.58% from 255 or 61.21% from 281); Green value is 97 (38.28% from 255 or 34.52% from 281); Blue value is 12 (5.08% from 255 or 4.27% from 281); Max value from RGB is 172 - color contains mainly: red. Hex color #AC610C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC610C is #539EF3. Grayscale: #6E6E6E. Windows color (decimal): -5480180 or 811436. OLE color: 811436.

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

Color convert

RGB 172 97 12 -
CMYK 0 0.44 0.93 0.33
HSL 31.88º 0.87% 0.36% -
HSV(B) 31.88º 0.93% 0.67% -
XYZ 21.35 17.35 2.57 -
YUV 109.74 72.85 172.41 -
System Red Green Blue C M Y K H S L
Decimal 172 97 12 0 0.44 0.93 0.33 31.88 0.87 0.36
Hex AC 61 C 0 2C 5D 21 20 57 24
Octal 254 141 14 0 54 135 41 40 127 44
Binary 10101100 1100001 1100 0 101100 1011101 100001 100000 1010111 100100

Color Harmonies of #AC610C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC610C

Black with #AC610C

Text Example


Text Example

White with #AC610C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC610C; }

 p { color: rgb(172,97,12); }

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

background-color css

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

 a { background-color: rgb(172,97,12); }

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

border-color css

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

 span { border-color: rgb(172,97,12); }

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