Html Css Color HEX #AC5A0D Golden Brown

📋 copy color: '#AC5A0D'

red 172 ◦ green 90 ◦ blue 13

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

Shades of Golden Brown #AC5A0D

Tints of Golden Brown #AC5A0D

RGB

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

 GREEN value IS 90 (35.55% from 255) = 32.73%

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

R = 62.55%
G = 32.73%
B = 4.73%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#AC5A0D (or 0xAC5A0D) is known color: Golden Brown. HEX triplet: AC, 5A and 0D. RGB value is (172,90,13). Sum of RGB (Red+Green+Blue) = 172+90+13=275 (36% of max value = 765). Red value is 172 (67.58% from 255 or 62.55% from 275); Green value is 90 (35.55% from 255 or 32.73% from 275); Blue value is 13 (5.47% from 255 or 4.73% from 275); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5A0D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC5A0D is #53A5F2. Grayscale: #6A6A6A. Windows color (decimal): -5481971 or 875180. OLE color: 875180.

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

Color convert

RGB 172 90 13 -
CMYK 0 0.48 0.92 0.33
HSL 29.06º 0.86% 0.36% -
HSV(B) 29.06º 0.92% 0.67% -
XYZ 20.74 16.11 2.4 -
YUV 105.74 75.67 175.26 -
System Red Green Blue C M Y K H S L
Decimal 172 90 13 0 0.48 0.92 0.33 29.06 0.86 0.36
Hex AC 5A D 0 30 5C 21 1D 56 24
Octal 254 132 15 0 60 134 41 35 126 44
Binary 10101100 1011010 1101 0 110000 1011100 100001 11101 1010110 100100

Color Harmonies of #AC5A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5A0D

Black with #AC5A0D

Text Example


Text Example

White with #AC5A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5A0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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