Html Css Color HEX #A55509 Golden Brown

📋 copy color: '#A55509'

red 165 ◦ green 85 ◦ blue 9

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

Shades of Golden Brown #A55509

Tints of Golden Brown #A55509

RGB

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

 GREEN value IS 85 (33.59% from 255) = 32.82%

 BLUE value IS 9 (3.91% from 255) = 3.47%

R = 63.71%
G = 32.82%
B = 3.47%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.95

 K value IS 0.35

RGB Variations

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

Color information

#A55509 (or 0xA55509) is known color: Golden Brown. HEX triplet: A5, 55 and 09. RGB value is (165,85,9). Sum of RGB (Red+Green+Blue) = 165+85+9=259 (34% of max value = 765). Red value is 165 (64.84% from 255 or 63.71% from 259); Green value is 85 (33.59% from 255 or 32.82% from 259); Blue value is 9 (3.91% from 255 or 3.47% from 259); Max value from RGB is 165 - color contains mainly: red. Hex color #A55509 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A55509 is #5AAAF6. Grayscale: #646464. Windows color (decimal): -5942007 or 611749. OLE color: 611749.

HSL color Cylindrical-coordinate representation of color #A55509: hue angle of 29.23º degrees, saturation: 0.9, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A55509 is Cyan = 0, Magento = 0.48, Yellow = 0.95 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 85 9 -
CMYK 0 0.48 0.95 0.35
HSL 29.23º 0.9% 0.34% -
HSV(B) 29.23º 0.95% 0.65% -
XYZ 18.81 14.52 2.07 -
YUV 100.26 76.5 174.18 -
System Red Green Blue C M Y K H S L
Decimal 165 85 9 0 0.48 0.95 0.35 29.23 0.9 0.34
Hex A5 55 9 0 30 5F 23 1D 5A 22
Octal 245 125 11 0 60 137 43 35 132 42
Binary 10100101 1010101 1001 0 110000 1011111 100011 11101 1011010 100010

Color Harmonies of #A55509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55509

Black with #A55509

Text Example


Text Example

White with #A55509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55509; }

 p { color: rgb(165,85,9); }

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

background-color css

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

 a { background-color: rgb(165,85,9); }

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

border-color css

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

 span { border-color: rgb(165,85,9); }

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