Html Css Color HEX #AA381F Rock Spray

📋 copy color: '#AA381F'

red 170 ◦ green 56 ◦ blue 31

#AA381F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rock Spray #AA381F

Tints of Rock Spray #AA381F

RGB

 RED value IS 170 (66.8% from 255) = 66.15%

 GREEN value IS 56 (22.27% from 255) = 21.79%

 BLUE value IS 31 (12.5% from 255) = 12.06%

R = 66.15%
G = 21.79%
B = 12.06%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.82

 K value IS 0.33

RGB Variations

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

Color information

#AA381F (or 0xAA381F) is known color: Rock Spray. HEX triplet: AA, 38 and 1F. RGB value is (170,56,31). Sum of RGB (Red+Green+Blue) = 170+56+31=257 (34% of max value = 765). Red value is 170 (66.80% from 255 or 66.15% from 257); Green value is 56 (22.27% from 255 or 21.79% from 257); Blue value is 31 (12.5% from 255 or 12.06% from 257); Max value from RGB is 170 - color contains mainly: red. Hex color #AA381F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA381F is #55C7E0. Grayscale: #575757. Windows color (decimal): -5621729 or 2046122. OLE color: 2046122.

HSL color Cylindrical-coordinate representation of color #AA381F: hue angle of 10.79º 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 #AA381F is Cyan = 0, Magento = 0.67, Yellow = 0.82 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 56 31 -
CMYK 0 0.67 0.82 0.33
HSL 10.79º 0.69% 0.39% -
HSV(B) 10.79º 0.82% 0.67% -
XYZ 18.24 11.47 2.55 -
YUV 87.24 96.27 187.03 -
System Red Green Blue C M Y K H S L
Decimal 170 56 31 0 0.67 0.82 0.33 10.79 0.69 0.39
Hex AA 38 1F 0 43 52 21 B 45 27
Octal 252 70 37 0 103 122 41 13 105 47
Binary 10101010 111000 11111 0 1000011 1010010 100001 1011 1000101 100111

Color Harmonies of #AA381F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA381F

Black with #AA381F

Text Example


Text Example

White with #AA381F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA381F; }

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

 H1.HeaderClassName
 {
   color: #AA381F;
 }
 .AnyTagClassName
 {
   color: #AA381F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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