Html Css Color HEX #A55A0B Golden Brown

📋 copy color: '#A55A0B'

red 165 ◦ green 90 ◦ blue 11

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

Shades of Golden Brown #A55A0B

Tints of Golden Brown #A55A0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.14%

R = 62.03%
G = 33.83%
B = 4.14%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.93

 K value IS 0.35

RGB Variations

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

Color information

#A55A0B (or 0xA55A0B) is known color: Golden Brown. HEX triplet: A5, 5A and 0B. RGB value is (165,90,11). Sum of RGB (Red+Green+Blue) = 165+90+11=266 (35% of max value = 765). Red value is 165 (64.84% from 255 or 62.03% from 266); Green value is 90 (35.55% from 255 or 33.83% from 266); Blue value is 11 (4.69% from 255 or 4.14% from 266); Max value from RGB is 165 - color contains mainly: red. Hex color #A55A0B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A55A0B is #5AA5F4. Grayscale: #676767. Windows color (decimal): -5940725 or 744101. OLE color: 744101.

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

Color convert

RGB 165 90 11 -
CMYK 0 0.45 0.93 0.35
HSL 30.78º 0.88% 0.35% -
HSV(B) 30.78º 0.93% 0.65% -
XYZ 19.23 15.34 2.26 -
YUV 103.42 75.85 171.92 -
System Red Green Blue C M Y K H S L
Decimal 165 90 11 0 0.45 0.93 0.35 30.78 0.88 0.35
Hex A5 5A B 0 2D 5D 23 1F 58 23
Octal 245 132 13 0 55 135 43 37 130 43
Binary 10100101 1011010 1011 0 101101 1011101 100011 11111 1011000 100011

Color Harmonies of #A55A0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55A0B

Black with #A55A0B

Text Example


Text Example

White with #A55A0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55A0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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