Html Css Color HEX #A34331 Rock Spray

📋 copy color: '#A34331'

red 163 ◦ green 67 ◦ blue 49

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

Shades of Rock Spray #A34331

Tints of Rock Spray #A34331

RGB

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

 GREEN value IS 67 (26.56% from 255) = 24.01%

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

R = 58.42%
G = 24.01%
B = 17.56%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.70

 K value IS 0.36

RGB Variations

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

Color information

#A34331 (or 0xA34331) is known color: Rock Spray. HEX triplet: A3, 43 and 31. RGB value is (163,67,49). Sum of RGB (Red+Green+Blue) = 163+67+49=279 (36% of max value = 765). Red value is 163 (64.06% from 255 or 58.42% from 279); Green value is 67 (26.56% from 255 or 24.01% from 279); Blue value is 49 (19.53% from 255 or 17.56% from 279); Max value from RGB is 163 - color contains mainly: red. Hex color #A34331 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A34331 is #5CBCCE. Grayscale: #5D5D5D. Windows color (decimal): -6077647 or 3228579. OLE color: 3228579.

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

Color convert

RGB 163 67 49 -
CMYK 0 0.59 0.70 0.36
HSL 9.47º 0.54% 0.42% -
HSV(B) 9.47º 0.7% 0.64% -
XYZ 17.67 12.02 4.3 -
YUV 93.65 102.8 177.46 -
System Red Green Blue C M Y K H S L
Decimal 163 67 49 0 0.59 0.70 0.36 9.47 0.54 0.42
Hex A3 43 31 0 3B 46 24 9 36 2A
Octal 243 103 61 0 73 106 44 11 66 52
Binary 10100011 1000011 110001 0 111011 1000110 100100 1001 110110 101010

Color Harmonies of #A34331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34331

Black with #A34331

Text Example


Text Example

White with #A34331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34331; }

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

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

background-color css

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

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

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

border-color css

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

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

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