Html Css Color HEX #AC6C0D Golden Brown

📋 copy color: '#AC6C0D'

red 172 ◦ green 108 ◦ blue 13

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

Shades of Golden Brown #AC6C0D

Tints of Golden Brown #AC6C0D

RGB

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

 GREEN value IS 108 (42.58% from 255) = 36.86%

 BLUE value IS 13 (5.47% from 255) = 4.44%

R = 58.7%
G = 36.86%
B = 4.44%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#AC6C0D (or 0xAC6C0D) is known color: Golden Brown. HEX triplet: AC, 6C and 0D. RGB value is (172,108,13). Sum of RGB (Red+Green+Blue) = 172+108+13=293 (38% of max value = 765). Red value is 172 (67.58% from 255 or 58.70% from 293); Green value is 108 (42.58% from 255 or 36.86% from 293); Blue value is 13 (5.47% from 255 or 4.44% from 293); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6C0D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC6C0D is #5393F2. Grayscale: #747474. Windows color (decimal): -5477363 or 879788. OLE color: 879788.

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

Color convert

RGB 172 108 13 -
CMYK 0 0.37 0.92 0.33
HSL 35.85º 0.86% 0.36% -
HSV(B) 35.85º 0.92% 0.67% -
XYZ 22.45 19.52 2.97 -
YUV 116.31 69.7 167.72 -
System Red Green Blue C M Y K H S L
Decimal 172 108 13 0 0.37 0.92 0.33 35.85 0.86 0.36
Hex AC 6C D 0 25 5C 21 24 56 24
Octal 254 154 15 0 45 134 41 44 126 44
Binary 10101100 1101100 1101 0 100101 1011100 100001 100100 1010110 100100

Color Harmonies of #AC6C0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6C0D

Black with #AC6C0D

Text Example


Text Example

White with #AC6C0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6C0D; }

 p { color: rgb(172,108,13); }

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

background-color css

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

 a { background-color: rgb(172,108,13); }

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

border-color css

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

 span { border-color: rgb(172,108,13); }

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