Html Css Color HEX #A34A28 Sienna

📋 copy color: '#A34A28'

red 163 ◦ green 74 ◦ blue 40

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

Shades of Sienna #A34A28

Tints of Sienna #A34A28

RGB

 RED value IS 163 (64.06% from 255) = 58.84%

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

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

R = 58.84%
G = 26.71%
B = 14.44%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.75

 K value IS 0.36

RGB Variations

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

Color information

#A34A28 (or 0xA34A28) is known color: Sienna. HEX triplet: A3, 4A and 28. RGB value is (163,74,40). Sum of RGB (Red+Green+Blue) = 163+74+40=277 (36% of max value = 765). Red value is 163 (64.06% from 255 or 58.84% from 277); Green value is 74 (29.30% from 255 or 26.71% from 277); Blue value is 40 (16.02% from 255 or 14.44% from 277); Max value from RGB is 163 - color contains mainly: red. Hex color #A34A28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A34A28 is #5CB5D7. Grayscale: #606060. Windows color (decimal): -6075864 or 2640547. OLE color: 2640547.

HSL color Cylindrical-coordinate representation of color #A34A28: hue angle of 16.59º degrees, saturation: 0.61, 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 #A34A28 is Cyan = 0, Magento = 0.55, Yellow = 0.75 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 74 40 -
CMYK 0 0.55 0.75 0.36
HSL 16.59º 0.61% 0.4% -
HSV(B) 16.59º 0.75% 0.64% -
XYZ 17.94 12.84 3.54 -
YUV 96.74 95.99 175.26 -
System Red Green Blue C M Y K H S L
Decimal 163 74 40 0 0.55 0.75 0.36 16.59 0.61 0.4
Hex A3 4A 28 0 37 4B 24 11 3D 28
Octal 243 112 50 0 67 113 44 21 75 50
Binary 10100011 1001010 101000 0 110111 1001011 100100 10001 111101 101000

Color Harmonies of #A34A28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34A28

Black with #A34A28

Text Example


Text Example

White with #A34A28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34A28; }

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

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

background-color css

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

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

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

border-color css

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

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

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