Html Css Color HEX #A5532E Sienna

📋 copy color: '#A5532E'

red 165 ◦ green 83 ◦ blue 46

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

Shades of Sienna #A5532E

Tints of Sienna #A5532E

RGB

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

 GREEN value IS 83 (32.81% from 255) = 28.23%

 BLUE value IS 46 (18.36% from 255) = 15.65%

R = 56.12%
G = 28.23%
B = 15.65%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.72

 K value IS 0.35

RGB Variations

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

Color information

#A5532E (or 0xA5532E) is known color: Sienna. HEX triplet: A5, 53 and 2E. RGB value is (165,83,46). Sum of RGB (Red+Green+Blue) = 165+83+46=294 (38% of max value = 765). Red value is 165 (64.84% from 255 or 56.12% from 294); Green value is 83 (32.81% from 255 or 28.23% from 294); Blue value is 46 (18.36% from 255 or 15.65% from 294); Max value from RGB is 165 - color contains mainly: red. Hex color #A5532E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A5532E is #5AACD1. Grayscale: #676767. Windows color (decimal): -5942482 or 3036069. OLE color: 3036069.

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

Color convert

RGB 165 83 46 -
CMYK 0 0.50 0.72 0.35
HSL 18.66º 0.56% 0.41% -
HSV(B) 18.66º 0.72% 0.65% -
XYZ 19.1 14.38 4.35 -
YUV 103.3 95.67 172.01 -
System Red Green Blue C M Y K H S L
Decimal 165 83 46 0 0.50 0.72 0.35 18.66 0.56 0.41
Hex A5 53 2E 0 32 48 23 13 38 29
Octal 245 123 56 0 62 110 43 23 70 51
Binary 10100101 1010011 101110 0 110010 1001000 100011 10011 111000 101001

Color Harmonies of #A5532E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5532E

Black with #A5532E

Text Example


Text Example

White with #A5532E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5532E; }

 p { color: rgb(165,83,46); }

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

background-color css

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

 a { background-color: rgb(165,83,46); }

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

border-color css

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

 span { border-color: rgb(165,83,46); }

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