Html Css Color HEX #AC5B0E Golden Brown

📋 copy color: '#AC5B0E'

red 172 ◦ green 91 ◦ blue 14

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

Shades of Golden Brown #AC5B0E

Tints of Golden Brown #AC5B0E

RGB

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

 GREEN value IS 91 (35.94% from 255) = 32.85%

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

R = 62.09%
G = 32.85%
B = 5.05%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#AC5B0E (or 0xAC5B0E) is known color: Golden Brown. HEX triplet: AC, 5B and 0E. RGB value is (172,91,14). Sum of RGB (Red+Green+Blue) = 172+91+14=277 (36% of max value = 765). Red value is 172 (67.58% from 255 or 62.09% from 277); Green value is 91 (35.94% from 255 or 32.85% from 277); Blue value is 14 (5.86% from 255 or 5.05% from 277); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5B0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC5B0E is #53A4F1. Grayscale: #6A6A6A. Windows color (decimal): -5481714 or 940972. OLE color: 940972.

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

Color convert

RGB 172 91 14 -
CMYK 0 0.47 0.92 0.33
HSL 29.24º 0.85% 0.36% -
HSV(B) 29.24º 0.92% 0.67% -
XYZ 20.83 16.28 2.46 -
YUV 106.44 75.84 174.76 -
System Red Green Blue C M Y K H S L
Decimal 172 91 14 0 0.47 0.92 0.33 29.24 0.85 0.36
Hex AC 5B E 0 2F 5C 21 1D 55 24
Octal 254 133 16 0 57 134 41 35 125 44
Binary 10101100 1011011 1110 0 101111 1011100 100001 11101 1010101 100100

Color Harmonies of #AC5B0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5B0E

Black with #AC5B0E

Text Example


Text Example

White with #AC5B0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5B0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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