Html Css Color HEX #A44529 Rock Spray

📋 copy color: '#A44529'

red 164 ◦ green 69 ◦ blue 41

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

Shades of Rock Spray #A44529

Tints of Rock Spray #A44529

RGB

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

 GREEN value IS 69 (27.34% from 255) = 25.18%

 BLUE value IS 41 (16.41% from 255) = 14.96%

R = 59.85%
G = 25.18%
B = 14.96%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.75

 K value IS 0.36

RGB Variations

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

Color information

#A44529 (or 0xA44529) is known color: Rock Spray. HEX triplet: A4, 45 and 29. RGB value is (164,69,41). Sum of RGB (Red+Green+Blue) = 164+69+41=274 (36% of max value = 765). Red value is 164 (64.45% from 255 or 59.85% from 274); Green value is 69 (27.34% from 255 or 25.18% from 274); Blue value is 41 (16.41% from 255 or 14.96% from 274); Max value from RGB is 164 - color contains mainly: red. Hex color #A44529 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A44529 is #5BBAD6. Grayscale: #5E5E5E. Windows color (decimal): -6011607 or 2704804. OLE color: 2704804.

HSL color Cylindrical-coordinate representation of color #A44529: hue angle of 13.66º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A44529 is Cyan = 0, Magento = 0.58, Yellow = 0.75 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 69 41 -
CMYK 0 0.58 0.75 0.36
HSL 13.66º 0.6% 0.4% -
HSV(B) 13.66º 0.75% 0.64% -
XYZ 17.84 12.31 3.53 -
YUV 94.21 97.97 177.78 -
System Red Green Blue C M Y K H S L
Decimal 164 69 41 0 0.58 0.75 0.36 13.66 0.6 0.4
Hex A4 45 29 0 3A 4B 24 E 3C 28
Octal 244 105 51 0 72 113 44 16 74 50
Binary 10100100 1000101 101001 0 111010 1001011 100100 1110 111100 101000

Color Harmonies of #A44529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44529

Black with #A44529

Text Example


Text Example

White with #A44529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44529; }

 p { color: rgb(164,69,41); }

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

background-color css

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

 a { background-color: rgb(164,69,41); }

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

border-color css

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

 span { border-color: rgb(164,69,41); }

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