Html Css Color HEX #A5512D Sienna

📋 copy color: '#A5512D'

red 165 ◦ green 81 ◦ blue 45

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

Shades of Sienna #A5512D

Tints of Sienna #A5512D

RGB

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

 GREEN value IS 81 (32.03% from 255) = 27.84%

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

R = 56.7%
G = 27.84%
B = 15.46%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.73

 K value IS 0.35

RGB Variations

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

Color information

#A5512D (or 0xA5512D) is known color: Sienna. HEX triplet: A5, 51 and 2D. RGB value is (165,81,45). Sum of RGB (Red+Green+Blue) = 165+81+45=291 (38% of max value = 765). Red value is 165 (64.84% from 255 or 56.70% from 291); Green value is 81 (32.03% from 255 or 27.84% from 291); Blue value is 45 (17.97% from 255 or 15.46% from 291); Max value from RGB is 165 - color contains mainly: red. Hex color #A5512D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A5512D is #5AAED2. Grayscale: #666666. Windows color (decimal): -5942995 or 2970021. OLE color: 2970021.

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

Color convert

RGB 165 81 45 -
CMYK 0 0.51 0.73 0.35
HSL 18º 0.57% 0.41% -
HSV(B) 18º 0.73% 0.65% -
XYZ 18.93 14.07 4.2 -
YUV 102.01 95.83 172.93 -
System Red Green Blue C M Y K H S L
Decimal 165 81 45 0 0.51 0.73 0.35 18 0.57 0.41
Hex A5 51 2D 0 33 49 23 12 39 29
Octal 245 121 55 0 63 111 43 22 71 51
Binary 10100101 1010001 101101 0 110011 1001001 100011 10010 111001 101001

Color Harmonies of #A5512D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5512D

Black with #A5512D

Text Example


Text Example

White with #A5512D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5512D; }

 p { color: rgb(165,81,45); }

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

background-color css

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

 a { background-color: rgb(165,81,45); }

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

border-color css

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

 span { border-color: rgb(165,81,45); }

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