Html Css Color HEX #AC6D0A Golden Brown

📋 copy color: '#AC6D0A'

red 172 ◦ green 109 ◦ blue 10

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

Shades of Golden Brown #AC6D0A

Tints of Golden Brown #AC6D0A

RGB

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

 GREEN value IS 109 (42.97% from 255) = 37.46%

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

R = 59.11%
G = 37.46%
B = 3.44%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.94

 K value IS 0.33

RGB Variations

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

Color information

#AC6D0A (or 0xAC6D0A) is known color: Golden Brown. HEX triplet: AC, 6D and 0A. RGB value is (172,109,10). Sum of RGB (Red+Green+Blue) = 172+109+10=291 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.11% from 291); Green value is 109 (42.97% from 255 or 37.46% from 291); Blue value is 10 (4.30% from 255 or 3.44% from 291); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6D0A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC6D0A is #5392F5. Grayscale: #757575. Windows color (decimal): -5477110 or 683436. OLE color: 683436.

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

Color convert

RGB 172 109 10 -
CMYK 0 0.37 0.94 0.33
HSL 36.67º 0.89% 0.36% -
HSV(B) 36.67º 0.94% 0.67% -
XYZ 22.54 19.73 2.91 -
YUV 116.55 67.87 167.55 -
System Red Green Blue C M Y K H S L
Decimal 172 109 10 0 0.37 0.94 0.33 36.67 0.89 0.36
Hex AC 6D A 0 25 5E 21 25 59 24
Octal 254 155 12 0 45 136 41 45 131 44
Binary 10101100 1101101 1010 0 100101 1011110 100001 100101 1011001 100100

Color Harmonies of #AC6D0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6D0A

Black with #AC6D0A

Text Example


Text Example

White with #AC6D0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6D0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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