Html Css Color HEX #A55B05 Golden Brown

📋 copy color: '#A55B05'

red 165 ◦ green 91 ◦ blue 5

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

Shades of Golden Brown #A55B05

Tints of Golden Brown #A55B05

RGB

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

 GREEN value IS 91 (35.94% from 255) = 34.87%

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

R = 63.22%
G = 34.87%
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

#A55B05 (or 0xA55B05) is known color: Golden Brown. HEX triplet: A5, 5B and 05. RGB value is (165,91,5). Sum of RGB (Red+Green+Blue) = 165+91+5=261 (34% of max value = 765). Red value is 165 (64.84% from 255 or 63.22% from 261); Green value is 91 (35.94% from 255 or 34.87% from 261); Blue value is 5 (2.34% from 255 or 1.92% from 261); Max value from RGB is 165 - color contains mainly: red. Hex color #A55B05 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A55B05 is #5AA4FA. Grayscale: #676767. Windows color (decimal): -5940475 or 351141. OLE color: 351141.

HSL color Cylindrical-coordinate representation of color #A55B05: hue angle of 32.25º 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 #A55B05 is Cyan = 0, Magento = 0.45, Yellow = 0.97 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 91 5 -
CMYK 0 0.45 0.97 0.35
HSL 32.25º 0.94% 0.33% -
HSV(B) 32.25º 0.97% 0.65% -
XYZ 19.29 15.49 2.12 -
YUV 103.32 72.52 171.99 -
System Red Green Blue C M Y K H S L
Decimal 165 91 5 0 0.45 0.97 0.35 32.25 0.94 0.33
Hex A5 5B 5 0 2D 61 23 20 5E 21
Octal 245 133 5 0 55 141 43 40 136 41
Binary 10100101 1011011 101 0 101101 1100001 100011 100000 1011110 100001

Color Harmonies of #A55B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55B05

Black with #A55B05

Text Example


Text Example

White with #A55B05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55B05; }

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

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

background-color css

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

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

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

border-color css

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

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

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