Html Css Color HEX #A44830 Rock Spray

📋 copy color: '#A44830'

red 164 ◦ green 72 ◦ blue 48

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

Shades of Rock Spray #A44830

Tints of Rock Spray #A44830

RGB

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

 GREEN value IS 72 (28.52% from 255) = 25.35%

 BLUE value IS 48 (19.14% from 255) = 16.9%

R = 57.75%
G = 25.35%
B = 16.9%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.71

 K value IS 0.36

RGB Variations

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

Color information

#A44830 (or 0xA44830) is known color: Rock Spray. HEX triplet: A4, 48 and 30. RGB value is (164,72,48). Sum of RGB (Red+Green+Blue) = 164+72+48=284 (37% of max value = 765). Red value is 164 (64.45% from 255 or 57.75% from 284); Green value is 72 (28.52% from 255 or 25.35% from 284); Blue value is 48 (19.14% from 255 or 16.90% from 284); Max value from RGB is 164 - color contains mainly: red. Hex color #A44830 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A44830 is #5BB7CF. Grayscale: #606060. Windows color (decimal): -6010832 or 3164324. OLE color: 3164324.

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

Color convert

RGB 164 72 48 -
CMYK 0 0.56 0.71 0.36
HSL 12.41º 0.55% 0.42% -
HSV(B) 12.41º 0.71% 0.64% -
XYZ 18.16 12.74 4.3 -
YUV 96.77 100.48 175.95 -
System Red Green Blue C M Y K H S L
Decimal 164 72 48 0 0.56 0.71 0.36 12.41 0.55 0.42
Hex A4 48 30 0 38 47 24 C 37 2A
Octal 244 110 60 0 70 107 44 14 67 52
Binary 10100100 1001000 110000 0 111000 1000111 100100 1100 110111 101010

Color Harmonies of #A44830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44830

Black with #A44830

Text Example


Text Example

White with #A44830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44830; }

 p { color: rgb(164,72,48); }

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

background-color css

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

 a { background-color: rgb(164,72,48); }

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

border-color css

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

 span { border-color: rgb(164,72,48); }

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