Html Css Color HEX #AA381E Rock Spray

📋 copy color: '#AA381E'

red 170 ◦ green 56 ◦ blue 30

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

Shades of Rock Spray #AA381E

Tints of Rock Spray #AA381E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 11.72%

R = 66.41%
G = 21.88%
B = 11.72%

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

#AA381E (or 0xAA381E) is known color: Rock Spray. HEX triplet: AA, 38 and 1E. RGB value is (170,56,30). Sum of RGB (Red+Green+Blue) = 170+56+30=256 (33% of max value = 765). Red value is 170 (66.80% from 255 or 66.41% from 256); Green value is 56 (22.27% from 255 or 21.88% from 256); Blue value is 30 (12.11% from 255 or 11.72% from 256); Max value from RGB is 170 - color contains mainly: red. Hex color #AA381E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA381E is #55C7E1. Grayscale: #575757. Windows color (decimal): -5621730 or 1980586. OLE color: 1980586.

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

Color convert

RGB 170 56 30 -
CMYK 0 0.67 0.82 0.33
HSL 11.14º 0.7% 0.39% -
HSV(B) 11.14º 0.82% 0.67% -
XYZ 18.23 11.47 2.48 -
YUV 87.12 95.77 187.11 -
System Red Green Blue C M Y K H S L
Decimal 170 56 30 0 0.67 0.82 0.33 11.14 0.7 0.39
Hex AA 38 1E 0 43 52 21 B 46 27
Octal 252 70 36 0 103 122 41 13 106 47
Binary 10101010 111000 11110 0 1000011 1010010 100001 1011 1000110 100111

Color Harmonies of #AA381E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA381E

Black with #AA381E

Text Example


Text Example

White with #AA381E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA381E; }

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

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

background-color css

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

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

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

border-color css

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

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

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