Html Css Color HEX #A44631 Rock Spray

📋 copy color: '#A44631'

red 164 ◦ green 70 ◦ blue 49

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

Shades of Rock Spray #A44631

Tints of Rock Spray #A44631

RGB

 RED value IS 164 (64.45% from 255) = 57.95%

 GREEN value IS 70 (27.73% from 255) = 24.73%

 BLUE value IS 49 (19.53% from 255) = 17.31%

R = 57.95%
G = 24.73%
B = 17.31%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.70

 K value IS 0.36

RGB Variations

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

Color information

#A44631 (or 0xA44631) is known color: Rock Spray. HEX triplet: A4, 46 and 31. RGB value is (164,70,49). Sum of RGB (Red+Green+Blue) = 164+70+49=283 (37% of max value = 765). Red value is 164 (64.45% from 255 or 57.95% from 283); Green value is 70 (27.73% from 255 or 24.73% from 283); Blue value is 49 (19.53% from 255 or 17.31% from 283); Max value from RGB is 164 - color contains mainly: red. Hex color #A44631 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A44631 is #5BB9CE. Grayscale: #5F5F5F. Windows color (decimal): -6011343 or 3229348. OLE color: 3229348.

HSL color Cylindrical-coordinate representation of color #A44631: hue angle of 10.96º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A44631 is Cyan = 0, Magento = 0.57, Yellow = 0.70 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 70 49 -
CMYK 0 0.57 0.70 0.36
HSL 10.96º 0.54% 0.42% -
HSV(B) 10.96º 0.7% 0.64% -
XYZ 18.05 12.49 4.37 -
YUV 95.71 101.64 176.71 -
System Red Green Blue C M Y K H S L
Decimal 164 70 49 0 0.57 0.70 0.36 10.96 0.54 0.42
Hex A4 46 31 0 39 46 24 B 36 2A
Octal 244 106 61 0 71 106 44 13 66 52
Binary 10100100 1000110 110001 0 111001 1000110 100100 1011 110110 101010

Color Harmonies of #A44631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44631

Black with #A44631

Text Example


Text Example

White with #A44631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44631; }

 p { color: rgb(164,70,49); }

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

background-color css

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

 a { background-color: rgb(164,70,49); }

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

border-color css

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

 span { border-color: rgb(164,70,49); }

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