Html Css Color HEX #A34829 Rock Spray

📋 copy color: '#A34829'

red 163 ◦ green 72 ◦ blue 41

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

Shades of Rock Spray #A34829

Tints of Rock Spray #A34829

RGB

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

 GREEN value IS 72 (28.52% from 255) = 26.09%

 BLUE value IS 41 (16.41% from 255) = 14.86%

R = 59.06%
G = 26.09%
B = 14.86%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.75

 K value IS 0.36

RGB Variations

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

Color information

#A34829 (or 0xA34829) is known color: Rock Spray. HEX triplet: A3, 48 and 29. RGB value is (163,72,41). Sum of RGB (Red+Green+Blue) = 163+72+41=276 (36% of max value = 765). Red value is 163 (64.06% from 255 or 59.06% from 276); Green value is 72 (28.52% from 255 or 26.09% from 276); Blue value is 41 (16.41% from 255 or 14.86% from 276); Max value from RGB is 163 - color contains mainly: red. Hex color #A34829 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A34829 is #5CB7D6. Grayscale: #5F5F5F. Windows color (decimal): -6076375 or 2705571. OLE color: 2705571.

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

Color convert

RGB 163 72 41 -
CMYK 0 0.56 0.75 0.36
HSL 15.25º 0.6% 0.4% -
HSV(B) 15.25º 0.75% 0.64% -
XYZ 17.82 12.58 3.59 -
YUV 95.68 97.15 176.02 -
System Red Green Blue C M Y K H S L
Decimal 163 72 41 0 0.56 0.75 0.36 15.25 0.6 0.4
Hex A3 48 29 0 38 4B 24 F 3C 28
Octal 243 110 51 0 70 113 44 17 74 50
Binary 10100011 1001000 101001 0 111000 1001011 100100 1111 111100 101000

Color Harmonies of #A34829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34829

Black with #A34829

Text Example


Text Example

White with #A34829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34829; }

 p { color: rgb(163,72,41); }

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

background-color css

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

 a { background-color: rgb(163,72,41); }

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

border-color css

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

 span { border-color: rgb(163,72,41); }

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