Html Css Color HEX #A5502B Sienna

📋 copy color: '#A5502B'

red 165 ◦ green 80 ◦ blue 43

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

Shades of Sienna #A5502B

Tints of Sienna #A5502B

RGB

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

 GREEN value IS 80 (31.64% from 255) = 27.78%

 BLUE value IS 43 (17.19% from 255) = 14.93%

R = 57.29%
G = 27.78%
B = 14.93%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.74

 K value IS 0.35

RGB Variations

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

Color information

#A5502B (or 0xA5502B) is known color: Sienna. HEX triplet: A5, 50 and 2B. RGB value is (165,80,43). Sum of RGB (Red+Green+Blue) = 165+80+43=288 (38% of max value = 765). Red value is 165 (64.84% from 255 or 57.29% from 288); Green value is 80 (31.64% from 255 or 27.78% from 288); Blue value is 43 (17.19% from 255 or 14.93% from 288); Max value from RGB is 165 - color contains mainly: red. Hex color #A5502B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A5502B is #5AAFD4. Grayscale: #656565. Windows color (decimal): -5943253 or 2838693. OLE color: 2838693.

HSL color Cylindrical-coordinate representation of color #A5502B: hue angle of 18.2º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A5502B is Cyan = 0, Magento = 0.52, Yellow = 0.74 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 80 43 -
CMYK 0 0.52 0.74 0.35
HSL 18.2º 0.59% 0.41% -
HSV(B) 18.2º 0.74% 0.65% -
XYZ 18.82 13.91 3.98 -
YUV 101.2 95.16 173.51 -
System Red Green Blue C M Y K H S L
Decimal 165 80 43 0 0.52 0.74 0.35 18.2 0.59 0.41
Hex A5 50 2B 0 34 4A 23 12 3B 29
Octal 245 120 53 0 64 112 43 22 73 51
Binary 10100101 1010000 101011 0 110100 1001010 100011 10010 111011 101001

Color Harmonies of #A5502B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5502B

Black with #A5502B

Text Example


Text Example

White with #A5502B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5502B; }

 p { color: rgb(165,80,43); }

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

background-color css

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

 a { background-color: rgb(165,80,43); }

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

border-color css

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

 span { border-color: rgb(165,80,43); }

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