Html Css Color HEX #A2532D Sienna

📋 copy color: '#A2532D'

red 162 ◦ green 83 ◦ blue 45

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

Shades of Sienna #A2532D

Tints of Sienna #A2532D

RGB

 RED value IS 162 (63.67% from 255) = 55.86%

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

 BLUE value IS 45 (17.97% from 255) = 15.52%

R = 55.86%
G = 28.62%
B = 15.52%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.72

 K value IS 0.36

RGB Variations

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

Color information

#A2532D (or 0xA2532D) is known color: Sienna. HEX triplet: A2, 53 and 2D. RGB value is (162,83,45). Sum of RGB (Red+Green+Blue) = 162+83+45=290 (38% of max value = 765). Red value is 162 (63.67% from 255 or 55.86% from 290); Green value is 83 (32.81% from 255 or 28.62% from 290); Blue value is 45 (17.97% from 255 or 15.52% from 290); Max value from RGB is 162 - color contains mainly: red. Hex color #A2532D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A2532D is #5DACD2. Grayscale: #666666. Windows color (decimal): -6139091 or 2970530. OLE color: 2970530.

HSL color Cylindrical-coordinate representation of color #A2532D: hue angle of 19.49º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A2532D is Cyan = 0, Magento = 0.49, Yellow = 0.72 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 83 45 -
CMYK 0 0.49 0.72 0.36
HSL 19.49º 0.57% 0.41% -
HSV(B) 19.49º 0.72% 0.64% -
XYZ 18.47 14.06 4.22 -
YUV 102.29 95.67 170.59 -
System Red Green Blue C M Y K H S L
Decimal 162 83 45 0 0.49 0.72 0.36 19.49 0.57 0.41
Hex A2 53 2D 0 31 48 24 13 39 29
Octal 242 123 55 0 61 110 44 23 71 51
Binary 10100010 1010011 101101 0 110001 1001000 100100 10011 111001 101001

Color Harmonies of #A2532D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2532D

Black with #A2532D

Text Example


Text Example

White with #A2532D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2532D; }

 p { color: rgb(162,83,45); }

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

background-color css

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

 a { background-color: rgb(162,83,45); }

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

border-color css

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

 span { border-color: rgb(162,83,45); }

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