Html Css Color HEX #A34731 Rock Spray

📋 copy color: '#A34731'

red 163 ◦ green 71 ◦ blue 49

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

Shades of Rock Spray #A34731

Tints of Rock Spray #A34731

RGB

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

 GREEN value IS 71 (28.13% from 255) = 25.09%

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

R = 57.6%
G = 25.09%
B = 17.31%

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

#A34731 (or 0xA34731) is known color: Rock Spray. HEX triplet: A3, 47 and 31. RGB value is (163,71,49). Sum of RGB (Red+Green+Blue) = 163+71+49=283 (37% of max value = 765). Red value is 163 (64.06% from 255 or 57.60% from 283); Green value is 71 (28.12% from 255 or 25.09% from 283); Blue value is 49 (19.53% from 255 or 17.31% from 283); Max value from RGB is 163 - color contains mainly: red. Hex color #A34731 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A34731 is #5CB8CE. Grayscale: #606060. Windows color (decimal): -6076623 or 3229603. OLE color: 3229603.

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

Color convert

RGB 163 71 49 -
CMYK 0 0.56 0.70 0.36
HSL 11.58º 0.54% 0.42% -
HSV(B) 11.58º 0.7% 0.64% -
XYZ 17.91 12.51 4.38 -
YUV 96 101.48 175.79 -
System Red Green Blue C M Y K H S L
Decimal 163 71 49 0 0.56 0.70 0.36 11.58 0.54 0.42
Hex A3 47 31 0 38 46 24 C 36 2A
Octal 243 107 61 0 70 106 44 14 66 52
Binary 10100011 1000111 110001 0 111000 1000110 100100 1100 110110 101010

Color Harmonies of #A34731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34731

Black with #A34731

Text Example


Text Example

White with #A34731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34731; }

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

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

background-color css

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

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

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

border-color css

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

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

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