Html Css Color HEX #AC5F0D Golden Brown

📋 copy color: '#AC5F0D'

red 172 ◦ green 95 ◦ blue 13

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

Shades of Golden Brown #AC5F0D

Tints of Golden Brown #AC5F0D

RGB

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

 GREEN value IS 95 (37.5% from 255) = 33.93%

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

R = 61.43%
G = 33.93%
B = 4.64%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#AC5F0D (or 0xAC5F0D) is known color: Golden Brown. HEX triplet: AC, 5F and 0D. RGB value is (172,95,13). Sum of RGB (Red+Green+Blue) = 172+95+13=280 (37% of max value = 765). Red value is 172 (67.58% from 255 or 61.43% from 280); Green value is 95 (37.5% from 255 or 33.93% from 280); Blue value is 13 (5.47% from 255 or 4.64% from 280); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5F0D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC5F0D is #53A0F2. Grayscale: #6D6D6D. Windows color (decimal): -5480691 or 876460. OLE color: 876460.

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

Color convert

RGB 172 95 13 -
CMYK 0 0.45 0.92 0.33
HSL 30.94º 0.86% 0.36% -
HSV(B) 30.94º 0.92% 0.67% -
XYZ 21.18 16.98 2.54 -
YUV 108.68 74.01 173.17 -
System Red Green Blue C M Y K H S L
Decimal 172 95 13 0 0.45 0.92 0.33 30.94 0.86 0.36
Hex AC 5F D 0 2D 5C 21 1F 56 24
Octal 254 137 15 0 55 134 41 37 126 44
Binary 10101100 1011111 1101 0 101101 1011100 100001 11111 1010110 100100

Color Harmonies of #AC5F0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5F0D

Black with #AC5F0D

Text Example


Text Example

White with #AC5F0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5F0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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