Html Css Color HEX #AC5D0E Golden Brown

📋 copy color: '#AC5D0E'

red 172 ◦ green 93 ◦ blue 14

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

Shades of Golden Brown #AC5D0E

Tints of Golden Brown #AC5D0E

RGB

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

 GREEN value IS 93 (36.72% from 255) = 33.33%

 BLUE value IS 14 (5.86% from 255) = 5.02%

R = 61.65%
G = 33.33%
B = 5.02%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#AC5D0E (or 0xAC5D0E) is known color: Golden Brown. HEX triplet: AC, 5D and 0E. RGB value is (172,93,14). Sum of RGB (Red+Green+Blue) = 172+93+14=279 (36% of max value = 765). Red value is 172 (67.58% from 255 or 61.65% from 279); Green value is 93 (36.72% from 255 or 33.33% from 279); Blue value is 14 (5.86% from 255 or 5.02% from 279); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5D0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC5D0E is #53A2F1. Grayscale: #6C6C6C. Windows color (decimal): -5481202 or 941484. OLE color: 941484.

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

Color convert

RGB 172 93 14 -
CMYK 0 0.46 0.92 0.33
HSL 30º 0.85% 0.36% -
HSV(B) 30º 0.92% 0.67% -
XYZ 21.01 16.63 2.52 -
YUV 107.62 75.17 173.92 -
System Red Green Blue C M Y K H S L
Decimal 172 93 14 0 0.46 0.92 0.33 30 0.85 0.36
Hex AC 5D E 0 2E 5C 21 1E 55 24
Octal 254 135 16 0 56 134 41 36 125 44
Binary 10101100 1011101 1110 0 101110 1011100 100001 11110 1010101 100100

Color Harmonies of #AC5D0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5D0E

Black with #AC5D0E

Text Example


Text Example

White with #AC5D0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5D0E; }

 p { color: rgb(172,93,14); }

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

background-color css

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

 a { background-color: rgb(172,93,14); }

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

border-color css

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

 span { border-color: rgb(172,93,14); }

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