Html Css Color HEX #AC640A Golden Brown

📋 copy color: '#AC640A'

red 172 ◦ green 100 ◦ blue 10

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

Shades of Golden Brown #AC640A

Tints of Golden Brown #AC640A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.55%

R = 60.99%
G = 35.46%
B = 3.55%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.94

 K value IS 0.33

RGB Variations

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

Color information

#AC640A (or 0xAC640A) is known color: Golden Brown. HEX triplet: AC, 64 and 0A. RGB value is (172,100,10). Sum of RGB (Red+Green+Blue) = 172+100+10=282 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.99% from 282); Green value is 100 (39.45% from 255 or 35.46% from 282); Blue value is 10 (4.30% from 255 or 3.55% from 282); Max value from RGB is 172 - color contains mainly: red. Hex color #AC640A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC640A is #539BF5. Grayscale: #6F6F6F. Windows color (decimal): -5479414 or 681132. OLE color: 681132.

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

Color convert

RGB 172 100 10 -
CMYK 0 0.42 0.94 0.33
HSL 33.33º 0.89% 0.36% -
HSV(B) 33.33º 0.94% 0.67% -
XYZ 21.63 17.91 2.6 -
YUV 111.27 70.85 171.32 -
System Red Green Blue C M Y K H S L
Decimal 172 100 10 0 0.42 0.94 0.33 33.33 0.89 0.36
Hex AC 64 A 0 2A 5E 21 21 59 24
Octal 254 144 12 0 52 136 41 41 131 44
Binary 10101100 1100100 1010 0 101010 1011110 100001 100001 1011001 100100

Color Harmonies of #AC640A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC640A

Black with #AC640A

Text Example


Text Example

White with #AC640A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC640A; }

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

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

background-color css

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

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

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

border-color css

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

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

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