Html Css Color HEX #A55A0A Golden Brown

📋 copy color: '#A55A0A'

red 165 ◦ green 90 ◦ blue 10

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

Shades of Golden Brown #A55A0A

Tints of Golden Brown #A55A0A

RGB

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

 GREEN value IS 90 (35.55% from 255) = 33.96%

 BLUE value IS 10 (4.3% from 255) = 3.77%

R = 62.26%
G = 33.96%
B = 3.77%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.94

 K value IS 0.35

RGB Variations

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

Color information

#A55A0A (or 0xA55A0A) is known color: Golden Brown. HEX triplet: A5, 5A and 0A. RGB value is (165,90,10). Sum of RGB (Red+Green+Blue) = 165+90+10=265 (35% of max value = 765). Red value is 165 (64.84% from 255 or 62.26% from 265); Green value is 90 (35.55% from 255 or 33.96% from 265); Blue value is 10 (4.30% from 255 or 3.77% from 265); Max value from RGB is 165 - color contains mainly: red. Hex color #A55A0A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A55A0A is #5AA5F5. Grayscale: #676767. Windows color (decimal): -5940726 or 678565. OLE color: 678565.

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

Color convert

RGB 165 90 10 -
CMYK 0 0.45 0.94 0.35
HSL 30.97º 0.89% 0.34% -
HSV(B) 30.97º 0.94% 0.65% -
XYZ 19.23 15.33 2.23 -
YUV 103.31 75.35 172 -
System Red Green Blue C M Y K H S L
Decimal 165 90 10 0 0.45 0.94 0.35 30.97 0.89 0.34
Hex A5 5A A 0 2D 5E 23 1F 59 22
Octal 245 132 12 0 55 136 43 37 131 42
Binary 10100101 1011010 1010 0 101101 1011110 100011 11111 1011001 100010

Color Harmonies of #A55A0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55A0A

Black with #A55A0A

Text Example


Text Example

White with #A55A0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55A0A; }

 p { color: rgb(165,90,10); }

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

background-color css

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

 a { background-color: rgb(165,90,10); }

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

border-color css

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

 span { border-color: rgb(165,90,10); }

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