Html Css Color HEX #A3492A Rock Spray

📋 copy color: '#A3492A'

red 163 ◦ green 73 ◦ blue 42

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

Shades of Rock Spray #A3492A

Tints of Rock Spray #A3492A

RGB

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

 GREEN value IS 73 (28.91% from 255) = 26.26%

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

R = 58.63%
G = 26.26%
B = 15.11%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.74

 K value IS 0.36

RGB Variations

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

Color information

#A3492A (or 0xA3492A) is known color: Rock Spray. HEX triplet: A3, 49 and 2A. RGB value is (163,73,42). Sum of RGB (Red+Green+Blue) = 163+73+42=278 (36% of max value = 765). Red value is 163 (64.06% from 255 or 58.63% from 278); Green value is 73 (28.91% from 255 or 26.26% from 278); Blue value is 42 (16.80% from 255 or 15.11% from 278); Max value from RGB is 163 - color contains mainly: red. Hex color #A3492A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A3492A is #5CB6D5. Grayscale: #606060. Windows color (decimal): -6076118 or 2771363. OLE color: 2771363.

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

Color convert

RGB 163 73 42 -
CMYK 0 0.55 0.74 0.36
HSL 15.37º 0.59% 0.4% -
HSV(B) 15.37º 0.74% 0.64% -
XYZ 17.9 12.72 3.7 -
YUV 96.38 97.32 175.52 -
System Red Green Blue C M Y K H S L
Decimal 163 73 42 0 0.55 0.74 0.36 15.37 0.59 0.4
Hex A3 49 2A 0 37 4A 24 F 3B 28
Octal 243 111 52 0 67 112 44 17 73 50
Binary 10100011 1001001 101010 0 110111 1001010 100100 1111 111011 101000

Color Harmonies of #A3492A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3492A

Black with #A3492A

Text Example


Text Example

White with #A3492A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3492A; }

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

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

background-color css

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

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

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

border-color css

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

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

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