Html Css Color HEX #A3462A Rock Spray

📋 copy color: '#A3462A'

red 163 ◦ green 70 ◦ blue 42

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

Shades of Rock Spray #A3462A

Tints of Rock Spray #A3462A

RGB

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

 GREEN value IS 70 (27.73% from 255) = 25.45%

 BLUE value IS 42 (16.8% from 255) = 15.27%

R = 59.27%
G = 25.45%
B = 15.27%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.74

 K value IS 0.36

RGB Variations

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

Color information

#A3462A (or 0xA3462A) is known color: Rock Spray. HEX triplet: A3, 46 and 2A. RGB value is (163,70,42). Sum of RGB (Red+Green+Blue) = 163+70+42=275 (36% of max value = 765). Red value is 163 (64.06% from 255 or 59.27% from 275); Green value is 70 (27.73% from 255 or 25.45% from 275); Blue value is 42 (16.80% from 255 or 15.27% from 275); Max value from RGB is 163 - color contains mainly: red. Hex color #A3462A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A3462A is #5CB9D5. Grayscale: #5E5E5E. Windows color (decimal): -6076886 or 2770595. OLE color: 2770595.

HSL color Cylindrical-coordinate representation of color #A3462A: hue angle of 13.88º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A3462A is Cyan = 0, Magento = 0.57, Yellow = 0.74 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 70 42 -
CMYK 0 0.57 0.74 0.36
HSL 13.88º 0.59% 0.4% -
HSV(B) 13.88º 0.74% 0.64% -
XYZ 17.71 12.33 3.64 -
YUV 94.62 98.31 176.78 -
System Red Green Blue C M Y K H S L
Decimal 163 70 42 0 0.57 0.74 0.36 13.88 0.59 0.4
Hex A3 46 2A 0 39 4A 24 E 3B 28
Octal 243 106 52 0 71 112 44 16 73 50
Binary 10100011 1000110 101010 0 111001 1001010 100100 1110 111011 101000

Color Harmonies of #A3462A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3462A

Black with #A3462A

Text Example


Text Example

White with #A3462A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3462A; }

 p { color: rgb(163,70,42); }

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

background-color css

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

 a { background-color: rgb(163,70,42); }

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

border-color css

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

 span { border-color: rgb(163,70,42); }

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