Html Css Color HEX #A55A16 Golden Brown

📋 copy color: '#A55A16'

red 165 ◦ green 90 ◦ blue 22

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

Shades of Golden Brown #A55A16

Tints of Golden Brown #A55A16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 7.94%

R = 59.57%
G = 32.49%
B = 7.94%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.87

 K value IS 0.35

RGB Variations

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

Color information

#A55A16 (or 0xA55A16) is known color: Golden Brown. HEX triplet: A5, 5A and 16. RGB value is (165,90,22). Sum of RGB (Red+Green+Blue) = 165+90+22=277 (36% of max value = 765). Red value is 165 (64.84% from 255 or 59.57% from 277); Green value is 90 (35.55% from 255 or 32.49% from 277); Blue value is 22 (8.98% from 255 or 7.94% from 277); Max value from RGB is 165 - color contains mainly: red. Hex color #A55A16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A55A16 is #5AA5E9. Grayscale: #696969. Windows color (decimal): -5940714 or 1464997. OLE color: 1464997.

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

Color convert

RGB 165 90 22 -
CMYK 0 0.45 0.87 0.35
HSL 28.53º 0.76% 0.37% -
HSV(B) 28.53º 0.87% 0.65% -
XYZ 19.32 15.37 2.71 -
YUV 104.67 81.35 171.03 -
System Red Green Blue C M Y K H S L
Decimal 165 90 22 0 0.45 0.87 0.35 28.53 0.76 0.37
Hex A5 5A 16 0 2D 57 23 1D 4C 25
Octal 245 132 26 0 55 127 43 35 114 45
Binary 10100101 1011010 10110 0 101101 1010111 100011 11101 1001100 100101

Color Harmonies of #A55A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55A16

Black with #A55A16

Text Example


Text Example

White with #A55A16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55A16; }

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

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

background-color css

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

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

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

border-color css

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

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

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