Html Css Color HEX #A34831 Rock Spray

📋 copy color: '#A34831'

red 163 ◦ green 72 ◦ blue 49

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

Shades of Rock Spray #A34831

Tints of Rock Spray #A34831

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 17.25%

R = 57.39%
G = 25.35%
B = 17.25%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.70

 K value IS 0.36

RGB Variations

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

Color information

#A34831 (or 0xA34831) is known color: Rock Spray. HEX triplet: A3, 48 and 31. RGB value is (163,72,49). Sum of RGB (Red+Green+Blue) = 163+72+49=284 (37% of max value = 765). Red value is 163 (64.06% from 255 or 57.39% from 284); Green value is 72 (28.52% from 255 or 25.35% from 284); Blue value is 49 (19.53% from 255 or 17.25% from 284); Max value from RGB is 163 - color contains mainly: red. Hex color #A34831 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A34831 is #5CB7CE. Grayscale: #606060. Windows color (decimal): -6076367 or 3229859. OLE color: 3229859.

HSL color Cylindrical-coordinate representation of color #A34831: hue angle of 12.11º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A34831 is Cyan = 0, Magento = 0.56, Yellow = 0.70 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 72 49 -
CMYK 0 0.56 0.70 0.36
HSL 12.11º 0.54% 0.42% -
HSV(B) 12.11º 0.7% 0.64% -
XYZ 17.98 12.64 4.4 -
YUV 96.59 101.15 175.37 -
System Red Green Blue C M Y K H S L
Decimal 163 72 49 0 0.56 0.70 0.36 12.11 0.54 0.42
Hex A3 48 31 0 38 46 24 C 36 2A
Octal 243 110 61 0 70 106 44 14 66 52
Binary 10100011 1001000 110001 0 111000 1000110 100100 1100 110110 101010

Color Harmonies of #A34831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34831

Black with #A34831

Text Example


Text Example

White with #A34831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34831; }

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

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

background-color css

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

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

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

border-color css

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

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

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