Html Css Color HEX #A55A13 Golden Brown

📋 copy color: '#A55A13'

red 165 ◦ green 90 ◦ blue 19

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

Shades of Golden Brown #A55A13

Tints of Golden Brown #A55A13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.93%

R = 60.22%
G = 32.85%
B = 6.93%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.88

 K value IS 0.35

RGB Variations

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

Color information

#A55A13 (or 0xA55A13) is known color: Golden Brown. HEX triplet: A5, 5A and 13. RGB value is (165,90,19). Sum of RGB (Red+Green+Blue) = 165+90+19=274 (36% of max value = 765). Red value is 165 (64.84% from 255 or 60.22% from 274); Green value is 90 (35.55% from 255 or 32.85% from 274); Blue value is 19 (7.81% from 255 or 6.93% from 274); Max value from RGB is 165 - color contains mainly: red. Hex color #A55A13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A55A13 is #5AA5EC. Grayscale: #686868. Windows color (decimal): -5940717 or 1268389. OLE color: 1268389.

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

Color convert

RGB 165 90 19 -
CMYK 0 0.45 0.88 0.35
HSL 29.18º 0.79% 0.36% -
HSV(B) 29.18º 0.88% 0.65% -
XYZ 19.29 15.36 2.56 -
YUV 104.33 79.85 171.27 -
System Red Green Blue C M Y K H S L
Decimal 165 90 19 0 0.45 0.88 0.35 29.18 0.79 0.36
Hex A5 5A 13 0 2D 58 23 1D 4F 24
Octal 245 132 23 0 55 130 43 35 117 44
Binary 10100101 1011010 10011 0 101101 1011000 100011 11101 1001111 100100

Color Harmonies of #A55A13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55A13

Black with #A55A13

Text Example


Text Example

White with #A55A13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55A13; }

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

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

background-color css

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

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

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

border-color css

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

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

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