Html Css Color HEX #AC5E0D Golden Brown

📋 copy color: '#AC5E0D'

red 172 ◦ green 94 ◦ blue 13

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

Shades of Golden Brown #AC5E0D

Tints of Golden Brown #AC5E0D

RGB

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

 GREEN value IS 94 (37.11% from 255) = 33.69%

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

R = 61.65%
G = 33.69%
B = 4.66%

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

#AC5E0D (or 0xAC5E0D) is known color: Golden Brown. HEX triplet: AC, 5E and 0D. RGB value is (172,94,13). Sum of RGB (Red+Green+Blue) = 172+94+13=279 (36% of max value = 765). Red value is 172 (67.58% from 255 or 61.65% from 279); Green value is 94 (37.11% from 255 or 33.69% from 279); Blue value is 13 (5.47% from 255 or 4.66% from 279); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5E0D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC5E0D is #53A1F2. Grayscale: #6C6C6C. Windows color (decimal): -5480947 or 876204. OLE color: 876204.

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

Color convert

RGB 172 94 13 -
CMYK 0 0.45 0.92 0.33
HSL 30.57º 0.86% 0.36% -
HSV(B) 30.57º 0.92% 0.67% -
XYZ 21.09 16.81 2.51 -
YUV 108.09 74.34 173.59 -
System Red Green Blue C M Y K H S L
Decimal 172 94 13 0 0.45 0.92 0.33 30.57 0.86 0.36
Hex AC 5E D 0 2D 5C 21 1F 56 24
Octal 254 136 15 0 55 134 41 37 126 44
Binary 10101100 1011110 1101 0 101101 1011100 100001 11111 1010110 100100

Color Harmonies of #AC5E0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5E0D

Black with #AC5E0D

Text Example


Text Example

White with #AC5E0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5E0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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