Html Css Color HEX #A55A05 Golden Brown

📋 copy color: '#A55A05'

red 165 ◦ green 90 ◦ blue 5

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

Shades of Golden Brown #A55A05

Tints of Golden Brown #A55A05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.92%

R = 63.46%
G = 34.62%
B = 1.92%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.97

 K value IS 0.35

RGB Variations

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

Color information

#A55A05 (or 0xA55A05) is known color: Golden Brown. HEX triplet: A5, 5A and 05. RGB value is (165,90,5). Sum of RGB (Red+Green+Blue) = 165+90+5=260 (34% of max value = 765). Red value is 165 (64.84% from 255 or 63.46% from 260); Green value is 90 (35.55% from 255 or 34.62% from 260); Blue value is 5 (2.34% from 255 or 1.92% from 260); Max value from RGB is 165 - color contains mainly: red. Hex color #A55A05 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A55A05 is #5AA5FA. Grayscale: #676767. Windows color (decimal): -5940731 or 350885. OLE color: 350885.

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

Color convert

RGB 165 90 5 -
CMYK 0 0.45 0.97 0.35
HSL 31.88º 0.94% 0.33% -
HSV(B) 31.88º 0.97% 0.65% -
XYZ 19.2 15.32 2.09 -
YUV 102.74 72.85 172.41 -
System Red Green Blue C M Y K H S L
Decimal 165 90 5 0 0.45 0.97 0.35 31.88 0.94 0.33
Hex A5 5A 5 0 2D 61 23 20 5E 21
Octal 245 132 5 0 55 141 43 40 136 41
Binary 10100101 1011010 101 0 101101 1100001 100011 100000 1011110 100001

Color Harmonies of #A55A05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55A05

Black with #A55A05

Text Example


Text Example

White with #A55A05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55A05; }

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

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

background-color css

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

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

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

border-color css

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

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

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