Html Css Color HEX #A55900 Golden Brown

📋 copy color: '#A55900'

red 165 ◦ green 89 ◦ blue 0

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

Shades of Golden Brown #A55900

Tints of Golden Brown #A55900

RGB

 RED value IS 165 (64.84% from 255) = 64.96%

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

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

R = 64.96%
G = 35.04%
B = 0%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 1

 K value IS 0.35

RGB Variations

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

Color information

#A55900 (or 0xA55900) is known color: Golden Brown. HEX triplet: A5, 59 and 00. RGB value is (165,89,0). Sum of RGB (Red+Green+Blue) = 165+89+0=254 (33% of max value = 765). Red value is 165 (64.84% from 255 or 64.96% from 254); Green value is 89 (35.16% from 255 or 35.04% from 254); Blue value is 0 (0.39% from 255 or 0% from 254); Max value from RGB is 165 - color contains mainly: red. Hex color #A55900 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A55900 is #5AA6FF. Grayscale: #666666. Windows color (decimal): -5940992 or 22949. OLE color: 22949.

HSL color Cylindrical-coordinate representation of color #A55900: hue angle of 32.36º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A55900 is Cyan = 0, Magento = 0.46, Yellow = 1 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 89 0 -
CMYK 0 0.46 1 0.35
HSL 32.36º 1% 0.32% -
HSV(B) 32.36º 1% 0.65% -
XYZ 19.09 15.14 1.92 -
YUV 101.58 70.68 173.24 -
System Red Green Blue C M Y K H S L
Decimal 165 89 0 0 0.46 1 0.35 32.36 1 0.32
Hex A5 59 0 0 2E 64 23 20 64 20
Octal 245 131 0 0 56 144 43 40 144 40
Binary 10100101 1011001 0 0 101110 1100100 100011 100000 1100100 100000

Color Harmonies of #A55900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55900

Black with #A55900

Text Example


Text Example

White with #A55900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55900; }

 p { color: rgb(165,89,0); }

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

background-color css

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

 a { background-color: rgb(165,89,0); }

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

border-color css

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

 span { border-color: rgb(165,89,0); }

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