#AA431F

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

Shades of Rock Spray #AA431F

Tints of Rock Spray #AA431F

Color information

#AA431F (or 0xAA431F) is unknown color: approx Rock Spray. HEX triplet: AA, 43 and 1F. RGB value is (170,67,31). Sum of RGB (Red+Green+Blue) = 170+67+31=268 (35% of max value = 765). Red value is 170 (66.80% from 255 or 63.43% from 268); Green value is 67 (26.56% from 255 or 25% from 268); Blue value is 31 (12.5% from 255 or 11.57% from 268); Max value from RGB is 170 - color contains mainly: red. Hex color #AA431F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA431F is #55BCE0. Grayscale: #5D5D5D. Windows color (decimal): -5618913 or 2048938. OLE color: 2048938.

HSL color Cylindrical-coordinate representation of color #AA431F: hue angle of 15.54º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AA431F is Cyan = 0, Magento = 0.61, Yellow = 0.82 and Black (K on CMYK) = 0.33.

Color convert

RGB1706731-
CMYK00.610.820.33
HSL15.54º69.15%39.41%-
HSV(B)15.54º81.76%66.67%-
XYZ18.8312.662.75-
YUV93.6992.62182.43-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 63.43%
GREEN value IS 67 (26.56% from 255) = 25%
BLUE value IS 31 (12.5% from 255) = 11.57%
R=63.43%
G=25%
B=11.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.82
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170673100.610.820.3315.5469.1539.41
HexAA431F03D5221104527
Octal25210337075122412010547
Binary1010101010000111111101111011010010100001100001000101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA431F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA431F; }

 p { color: rgb(170,67,31); }

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

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

 a { background-color: rgb(170,67,31); }

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

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

 span { border-color: rgb(170,67,31); }

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