#A23F1A

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

Shades of Rock Spray #A23F1A

Tints of Rock Spray #A23F1A

Color information

#A23F1A (or 0xA23F1A) is unknown color: approx Rock Spray. HEX triplet: A2, 3F and 1A. RGB value is (162,63,26). Sum of RGB (Red+Green+Blue) = 162+63+26=251 (33% of max value = 765). Red value is 162 (63.67% from 255 or 64.54% from 251); Green value is 63 (25% from 255 or 25.10% from 251); Blue value is 26 (10.55% from 255 or 10.36% from 251); Max value from RGB is 162 - color contains mainly: red. Hex color #A23F1A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A23F1A is #5DC0E5. Grayscale: #585858. Windows color (decimal): -6144230 or 1720226. OLE color: 1720226.

HSL color Cylindrical-coordinate representation of color #A23F1A: hue angle of 16.32º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A23F1A is Cyan = 0, Magento = 0.61, Yellow = 0.84 and Black (K on CMYK) = 0.36.

Color convert

RGB1626326-
CMYK00.610.840.36
HSL16.32º72.34%36.86%-
HSV(B)16.32º83.95%63.53%-
XYZ16.8611.312.27-
YUV88.3892.8180.51-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 64.54%
GREEN value IS 63 (25% from 255) = 25.10%
BLUE value IS 26 (10.55% from 255) = 10.36%
R=64.54%
G=25.10%
B=10.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.84
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162632600.610.840.3616.3272.3436.86
HexA23F1A03D5424104825
Octal2427732075124442011045
Binary101000101111111101001111011010100100100100001001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23F1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23F1A; }

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

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

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

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

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

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

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

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