Html Css Color HEX #A44A33 Rock Spray

📋 copy color: '#A44A33'

red 164 ◦ green 74 ◦ blue 51

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

Shades of Rock Spray #A44A33

Tints of Rock Spray #A44A33

RGB

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

 GREEN value IS 74 (29.3% from 255) = 25.61%

 BLUE value IS 51 (20.31% from 255) = 17.65%

R = 56.75%
G = 25.61%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.69

 K value IS 0.36

RGB Variations

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

Color information

#A44A33 (or 0xA44A33) is known color: Rock Spray. HEX triplet: A4, 4A and 33. RGB value is (164,74,51). Sum of RGB (Red+Green+Blue) = 164+74+51=289 (38% of max value = 765). Red value is 164 (64.45% from 255 or 56.75% from 289); Green value is 74 (29.30% from 255 or 25.61% from 289); Blue value is 51 (20.31% from 255 or 17.65% from 289); Max value from RGB is 164 - color contains mainly: red. Hex color #A44A33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A44A33 is #5BB5CC. Grayscale: #626262. Windows color (decimal): -6010317 or 3361444. OLE color: 3361444.

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

Color convert

RGB 164 74 51 -
CMYK 0 0.55 0.69 0.36
HSL 12.21º 0.53% 0.42% -
HSV(B) 12.21º 0.69% 0.64% -
XYZ 18.36 13.03 4.68 -
YUV 98.29 101.32 174.87 -
System Red Green Blue C M Y K H S L
Decimal 164 74 51 0 0.55 0.69 0.36 12.21 0.53 0.42
Hex A4 4A 33 0 37 45 24 C 35 2A
Octal 244 112 63 0 67 105 44 14 65 52
Binary 10100100 1001010 110011 0 110111 1000101 100100 1100 110101 101010

Color Harmonies of #A44A33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44A33

Black with #A44A33

Text Example


Text Example

White with #A44A33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44A33; }

 p { color: rgb(164,74,51); }

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

background-color css

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

 a { background-color: rgb(164,74,51); }

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

border-color css

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

 span { border-color: rgb(164,74,51); }

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