#A3412A

Color #A3412A Rock Spray (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rock Spray #A3412A

Tints of Rock Spray #A3412A

Color information

#A3412A (or 0xA3412A) is unknown color: approx Rock Spray. HEX triplet: A3, 41 and 2A. RGB value is (163,65,42). Sum of RGB (Red+Green+Blue) = 163+65+42=270 (35% of max value = 765). Red value is 163 (64.06% from 255 or 60.37% from 270); Green value is 65 (25.78% from 255 or 24.07% from 270); Blue value is 42 (16.80% from 255 or 15.56% from 270); Max value from RGB is 163 - color contains mainly: red. Hex color #A3412A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A3412A is #5CBED5. Grayscale: #5B5B5B. Windows color (decimal): -6078166 or 2769315. OLE color: 2769315.

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

Color convert

RGB1636542-
CMYK00.600.740.36
HSL11.4º59.02%40.2%-
HSV(B)11.4º74.23%63.92%-
XYZ17.4111.733.54-
YUV91.6899.97178.87-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 60.37%
GREEN value IS 65 (25.78% from 255) = 24.07%
BLUE value IS 42 (16.80% from 255) = 15.56%
R=60.37%
G=24.07%
B=15.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.74
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163654200.600.740.3611.459.0240.2
HexA3412A03C4A24b3b28
Octal2431015207411244137350
Binary101000111000001101010011110010010101001001011111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3412A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3412A; }

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

 H1.HeaderClassName
 {
   color: #A3412A;
 }
 .AnyTagClassName
 {
   color: #A3412A;
 }
</style>
background-color css

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

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

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

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

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

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