Html Css Color HEX #A05800 Golden Brown

📋 copy color: '#A05800'

red 160 ◦ green 88 ◦ blue 0

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

Shades of Golden Brown #A05800

Tints of Golden Brown #A05800

RGB

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

 GREEN value IS 88 (34.77% from 255) = 35.48%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 64.52%
G = 35.48%
B = 0%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 1

 K value IS 0.37

RGB Variations

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

Color information

#A05800 (or 0xA05800) is known color: Golden Brown. HEX triplet: A0, 58 and 00. RGB value is (160,88,0). Sum of RGB (Red+Green+Blue) = 160+88+0=248 (32% of max value = 765). Red value is 160 (62.89% from 255 or 64.52% from 248); Green value is 88 (34.77% from 255 or 35.48% from 248); Blue value is 0 (0.39% from 255 or 0% from 248); Max value from RGB is 160 - color contains mainly: red. Hex color #A05800 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A05800 is #5FA7FF. Grayscale: #636363. Windows color (decimal): -6268928 or 22688. OLE color: 22688.

HSL color Cylindrical-coordinate representation of color #A05800: hue angle of 33º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A05800 is Cyan = 0, Magento = 0.45, Yellow = 1 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 88 0 -
CMYK 0 0.45 1 0.37
HSL 33º 1% 0.31% -
HSV(B) 33º 1% 0.63% -
XYZ 17.99 14.45 1.84 -
YUV 99.5 71.85 171.16 -
System Red Green Blue C M Y K H S L
Decimal 160 88 0 0 0.45 1 0.37 33 1 0.31
Hex A0 58 0 0 2D 64 25 21 64 1F
Octal 240 130 0 0 55 144 45 41 144 37
Binary 10100000 1011000 0 0 101101 1100100 100101 100001 1100100 11111

Color Harmonies of #A05800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05800

Black with #A05800

Text Example


Text Example

White with #A05800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05800; }

 p { color: rgb(160,88,0); }

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

background-color css

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

 a { background-color: rgb(160,88,0); }

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

border-color css

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

 span { border-color: rgb(160,88,0); }

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