Html Css Color HEX #A24A28 Sienna

📋 copy color: '#A24A28'

red 162 ◦ green 74 ◦ blue 40

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

Shades of Sienna #A24A28

Tints of Sienna #A24A28

RGB

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

 GREEN value IS 74 (29.3% from 255) = 26.81%

 BLUE value IS 40 (16.02% from 255) = 14.49%

R = 58.7%
G = 26.81%
B = 14.49%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.75

 K value IS 0.36

RGB Variations

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

Color information

#A24A28 (or 0xA24A28) is known color: Sienna. HEX triplet: A2, 4A and 28. RGB value is (162,74,40). Sum of RGB (Red+Green+Blue) = 162+74+40=276 (36% of max value = 765). Red value is 162 (63.67% from 255 or 58.70% from 276); Green value is 74 (29.30% from 255 or 26.81% from 276); Blue value is 40 (16.02% from 255 or 14.49% from 276); Max value from RGB is 162 - color contains mainly: red. Hex color #A24A28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A24A28 is #5DB5D7. Grayscale: #606060. Windows color (decimal): -6141400 or 2640546. OLE color: 2640546.

HSL color Cylindrical-coordinate representation of color #A24A28: hue angle of 16.72º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A24A28 is Cyan = 0, Magento = 0.54, Yellow = 0.75 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 74 40 -
CMYK 0 0.54 0.75 0.36
HSL 16.72º 0.6% 0.4% -
HSV(B) 16.72º 0.75% 0.64% -
XYZ 17.73 12.73 3.53 -
YUV 96.44 96.15 174.76 -
System Red Green Blue C M Y K H S L
Decimal 162 74 40 0 0.54 0.75 0.36 16.72 0.6 0.4
Hex A2 4A 28 0 36 4B 24 11 3C 28
Octal 242 112 50 0 66 113 44 21 74 50
Binary 10100010 1001010 101000 0 110110 1001011 100100 10001 111100 101000

Color Harmonies of #A24A28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24A28

Black with #A24A28

Text Example


Text Example

White with #A24A28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24A28; }

 p { color: rgb(162,74,40); }

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

background-color css

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

 a { background-color: rgb(162,74,40); }

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

border-color css

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

 span { border-color: rgb(162,74,40); }

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