#A4431E

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

Shades of Rock Spray #A4431E

Tints of Rock Spray #A4431E

Color information

#A4431E (or 0xA4431E) is unknown color: approx Rock Spray. HEX triplet: A4, 43 and 1E. RGB value is (164,67,30). Sum of RGB (Red+Green+Blue) = 164+67+30=261 (34% of max value = 765). Red value is 164 (64.45% from 255 or 62.84% from 261); Green value is 67 (26.56% from 255 or 25.67% from 261); Blue value is 30 (12.11% from 255 or 11.49% from 261); Max value from RGB is 164 - color contains mainly: red. Hex color #A4431E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A4431E is #5BBCE1. Grayscale: #5C5C5C. Windows color (decimal): -6012130 or 1983396. OLE color: 1983396.

HSL color Cylindrical-coordinate representation of color #A4431E: hue angle of 16.57º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A4431E is Cyan = 0, Magento = 0.59, Yellow = 0.82 and Black (K on CMYK) = 0.36.

Color convert

RGB1646730-
CMYK00.590.820.36
HSL16.57º69.07%38.04%-
HSV(B)16.57º81.71%64.31%-
XYZ17.55122.62-
YUV91.7993.14179.51-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 62.84%
GREEN value IS 67 (26.56% from 255) = 25.67%
BLUE value IS 30 (12.11% from 255) = 11.49%
R=62.84%
G=25.67%
B=11.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.82
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164673000.590.820.3616.5769.0738.04
HexA4431E03B5224114526
Octal24410336073122442110546
Binary1010010010000111111001110111010010100100100011000101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4431E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4431E; }

 p { color: rgb(164,67,30); }

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

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

 a { background-color: rgb(164,67,30); }

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

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

 span { border-color: rgb(164,67,30); }

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