Html Css Color HEX #A5512F Sienna

📋 copy color: '#A5512F'

red 165 ◦ green 81 ◦ blue 47

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

Shades of Sienna #A5512F

Tints of Sienna #A5512F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 16.04%

R = 56.31%
G = 27.65%
B = 16.04%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.72

 K value IS 0.35

RGB Variations

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

Color information

#A5512F (or 0xA5512F) is known color: Sienna. HEX triplet: A5, 51 and 2F. RGB value is (165,81,47). Sum of RGB (Red+Green+Blue) = 165+81+47=293 (38% of max value = 765). Red value is 165 (64.84% from 255 or 56.31% from 293); Green value is 81 (32.03% from 255 or 27.65% from 293); Blue value is 47 (18.75% from 255 or 16.04% from 293); Max value from RGB is 165 - color contains mainly: red. Hex color #A5512F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A5512F is #5AAED0. Grayscale: #666666. Windows color (decimal): -5942993 or 3101093. OLE color: 3101093.

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

Color convert

RGB 165 81 47 -
CMYK 0 0.51 0.72 0.35
HSL 17.29º 0.56% 0.42% -
HSV(B) 17.29º 0.72% 0.65% -
XYZ 18.97 14.09 4.41 -
YUV 102.24 96.83 172.76 -
System Red Green Blue C M Y K H S L
Decimal 165 81 47 0 0.51 0.72 0.35 17.29 0.56 0.42
Hex A5 51 2F 0 33 48 23 11 38 2A
Octal 245 121 57 0 63 110 43 21 70 52
Binary 10100101 1010001 101111 0 110011 1001000 100011 10001 111000 101010

Color Harmonies of #A5512F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5512F

Black with #A5512F

Text Example


Text Example

White with #A5512F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5512F; }

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

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

background-color css

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

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

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

border-color css

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

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

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