Html Css Color HEX #A05918 Golden Brown

📋 copy color: '#A05918'

red 160 ◦ green 89 ◦ blue 24

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

Shades of Golden Brown #A05918

Tints of Golden Brown #A05918

RGB

 RED value IS 160 (62.89% from 255) = 58.61%

 GREEN value IS 89 (35.16% from 255) = 32.6%

 BLUE value IS 24 (9.77% from 255) = 8.79%

R = 58.61%
G = 32.6%
B = 8.79%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.85

 K value IS 0.37

RGB Variations

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

Color information

#A05918 (or 0xA05918) is known color: Golden Brown. HEX triplet: A0, 59 and 18. RGB value is (160,89,24). Sum of RGB (Red+Green+Blue) = 160+89+24=273 (36% of max value = 765). Red value is 160 (62.89% from 255 or 58.61% from 273); Green value is 89 (35.16% from 255 or 32.60% from 273); Blue value is 24 (9.77% from 255 or 8.79% from 273); Max value from RGB is 160 - color contains mainly: red. Hex color #A05918 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A05918 is #5FA6E7. Grayscale: #676767. Windows color (decimal): -6268648 or 1595808. OLE color: 1595808.

HSL color Cylindrical-coordinate representation of color #A05918: hue angle of 28.68º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A05918 is Cyan = 0, Magento = 0.44, Yellow = 0.85 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 89 24 -
CMYK 0 0.44 0.85 0.37
HSL 28.68º 0.74% 0.36% -
HSV(B) 28.68º 0.85% 0.63% -
XYZ 18.23 14.68 2.74 -
YUV 102.82 83.52 168.79 -
System Red Green Blue C M Y K H S L
Decimal 160 89 24 0 0.44 0.85 0.37 28.68 0.74 0.36
Hex A0 59 18 0 2C 55 25 1D 4A 24
Octal 240 131 30 0 54 125 45 35 112 44
Binary 10100000 1011001 11000 0 101100 1010101 100101 11101 1001010 100100

Color Harmonies of #A05918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05918

Black with #A05918

Text Example


Text Example

White with #A05918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05918; }

 p { color: rgb(160,89,24); }

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

background-color css

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

 a { background-color: rgb(160,89,24); }

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

border-color css

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

 span { border-color: rgb(160,89,24); }

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