#A43823

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

Shades of Rock Spray #A43823

Tints of Rock Spray #A43823

Color information

#A43823 (or 0xA43823) is unknown color: approx Rock Spray. HEX triplet: A4, 38 and 23. RGB value is (164,56,35). Sum of RGB (Red+Green+Blue) = 164+56+35=255 (33% of max value = 765). Red value is 164 (64.45% from 255 or 64.31% from 255); Green value is 56 (22.27% from 255 or 21.96% from 255); Blue value is 35 (14.06% from 255 or 13.73% from 255); Max value from RGB is 164 - color contains mainly: red. Hex color #A43823 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A43823 is #5BC7DC. Grayscale: #565656. Windows color (decimal): -6014941 or 2308260. OLE color: 2308260.

HSL color Cylindrical-coordinate representation of color #A43823: hue angle of 9.77º degrees, saturation: 0.65, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A43823 is Cyan = 0, Magento = 0.66, Yellow = 0.79 and Black (K on CMYK) = 0.36.

Color convert

RGB1645635-
CMYK00.660.790.36
HSL9.77º64.82%39.02%-
HSV(B)9.77º78.66%64.31%-
XYZ17.0310.842.79-
YUV85.999.28183.71-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 64.31%
GREEN value IS 56 (22.27% from 255) = 21.96%
BLUE value IS 35 (14.06% from 255) = 13.73%
R=64.31%
G=21.96%
B=13.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.79
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164563500.660.790.369.7764.8239.02
HexA438230424F24a4127
Octal24470430102117441210147
Binary1010010011100010001101000010100111110010010101000001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A43823

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A43823; }

 p { color: rgb(164,56,35); }

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

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

 a { background-color: rgb(164,56,35); }

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

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

 span { border-color: rgb(164,56,35); }

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