#A23F2A

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

Shades of Rock Spray #A23F2A

Tints of Rock Spray #A23F2A

Color information

#A23F2A (or 0xA23F2A) is unknown color: approx Rock Spray. HEX triplet: A2, 3F and 2A. RGB value is (162,63,42). Sum of RGB (Red+Green+Blue) = 162+63+42=267 (35% of max value = 765). Red value is 162 (63.67% from 255 or 60.67% from 267); Green value is 63 (25% from 255 or 23.60% from 267); Blue value is 42 (16.80% from 255 or 15.73% from 267); Max value from RGB is 162 - color contains mainly: red. Hex color #A23F2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A23F2A is #5DC0D5. Grayscale: #5A5A5A. Windows color (decimal): -6144214 or 2768802. OLE color: 2768802.

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

Color convert

RGB1626342-
CMYK00.610.740.36
HSL10.5º58.82%40%-
HSV(B)10.5º74.07%63.53%-
XYZ17.111.43.49-
YUV90.21100.8179.21-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 60.67%
GREEN value IS 63 (25% from 255) = 23.60%
BLUE value IS 42 (16.80% from 255) = 15.73%
R=60.67%
G=23.60%
B=15.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.74
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162634200.610.740.3610.558.8240
HexA23F2A03D4A24a3b28
Octal242775207511244127350
Binary10100010111111101010011110110010101001001010111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23F2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23F2A; }

 p { color: rgb(162,63,42); }

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

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

 a { background-color: rgb(162,63,42); }

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

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

 span { border-color: rgb(162,63,42); }

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