Html Css Color HEX #AC640C Golden Brown

📋 copy color: '#AC640C'

red 172 ◦ green 100 ◦ blue 12

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

Shades of Golden Brown #AC640C

Tints of Golden Brown #AC640C

RGB

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

 GREEN value IS 100 (39.45% from 255) = 35.21%

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

R = 60.56%
G = 35.21%
B = 4.23%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.93

 K value IS 0.33

RGB Variations

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

Color information

#AC640C (or 0xAC640C) is known color: Golden Brown. HEX triplet: AC, 64 and 0C. RGB value is (172,100,12). Sum of RGB (Red+Green+Blue) = 172+100+12=284 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.56% from 284); Green value is 100 (39.45% from 255 or 35.21% from 284); Blue value is 12 (5.08% from 255 or 4.23% from 284); Max value from RGB is 172 - color contains mainly: red. Hex color #AC640C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC640C is #539BF3. Grayscale: #6F6F6F. Windows color (decimal): -5479412 or 812204. OLE color: 812204.

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

Color convert

RGB 172 100 12 -
CMYK 0 0.42 0.93 0.33
HSL 33º 0.87% 0.36% -
HSV(B) 33º 0.93% 0.67% -
XYZ 21.64 17.91 2.66 -
YUV 111.5 71.85 171.16 -
System Red Green Blue C M Y K H S L
Decimal 172 100 12 0 0.42 0.93 0.33 33 0.87 0.36
Hex AC 64 C 0 2A 5D 21 21 57 24
Octal 254 144 14 0 52 135 41 41 127 44
Binary 10101100 1100100 1100 0 101010 1011101 100001 100001 1010111 100100

Color Harmonies of #AC640C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC640C

Black with #AC640C

Text Example


Text Example

White with #AC640C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC640C; }

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

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

background-color css

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

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

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

border-color css

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

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

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