Html Css Color HEX #A44729 Rock Spray

📋 copy color: '#A44729'

red 164 ◦ green 71 ◦ blue 41

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

Shades of Rock Spray #A44729

Tints of Rock Spray #A44729

RGB

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

 GREEN value IS 71 (28.13% from 255) = 25.72%

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

R = 59.42%
G = 25.72%
B = 14.86%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.75

 K value IS 0.36

RGB Variations

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

Color information

#A44729 (or 0xA44729) is known color: Rock Spray. HEX triplet: A4, 47 and 29. RGB value is (164,71,41). Sum of RGB (Red+Green+Blue) = 164+71+41=276 (36% of max value = 765). Red value is 164 (64.45% from 255 or 59.42% from 276); Green value is 71 (28.12% from 255 or 25.72% from 276); Blue value is 41 (16.41% from 255 or 14.86% from 276); Max value from RGB is 164 - color contains mainly: red. Hex color #A44729 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A44729 is #5BB8D6. Grayscale: #5F5F5F. Windows color (decimal): -6011095 or 2705316. OLE color: 2705316.

HSL color Cylindrical-coordinate representation of color #A44729: hue angle of 14.63º 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 #A44729 is Cyan = 0, Magento = 0.57, Yellow = 0.75 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 71 41 -
CMYK 0 0.57 0.75 0.36
HSL 14.63º 0.6% 0.4% -
HSV(B) 14.63º 0.75% 0.64% -
XYZ 17.96 12.56 3.58 -
YUV 95.39 97.31 176.94 -
System Red Green Blue C M Y K H S L
Decimal 164 71 41 0 0.57 0.75 0.36 14.63 0.6 0.4
Hex A4 47 29 0 39 4B 24 F 3C 28
Octal 244 107 51 0 71 113 44 17 74 50
Binary 10100100 1000111 101001 0 111001 1001011 100100 1111 111100 101000

Color Harmonies of #A44729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44729

Black with #A44729

Text Example


Text Example

White with #A44729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44729; }

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

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

background-color css

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

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

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

border-color css

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

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

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