Html Css Color HEX #A44130 Rock Spray

📋 copy color: '#A44130'

red 164 ◦ green 65 ◦ blue 48

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

Shades of Rock Spray #A44130

Tints of Rock Spray #A44130

RGB

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

 GREEN value IS 65 (25.78% from 255) = 23.47%

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

R = 59.21%
G = 23.47%
B = 17.33%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.71

 K value IS 0.36

RGB Variations

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

Color information

#A44130 (or 0xA44130) is known color: Rock Spray. HEX triplet: A4, 41 and 30. RGB value is (164,65,48). Sum of RGB (Red+Green+Blue) = 164+65+48=277 (36% of max value = 765). Red value is 164 (64.45% from 255 or 59.21% from 277); Green value is 65 (25.78% from 255 or 23.47% from 277); Blue value is 48 (19.14% from 255 or 17.33% from 277); Max value from RGB is 164 - color contains mainly: red. Hex color #A44130 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A44130 is #5BBECF. Grayscale: #5C5C5C. Windows color (decimal): -6012624 or 3162532. OLE color: 3162532.

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

Color convert

RGB 164 65 48 -
CMYK 0 0.60 0.71 0.36
HSL 8.79º 0.55% 0.42% -
HSV(B) 8.79º 0.71% 0.64% -
XYZ 17.73 11.89 4.16 -
YUV 92.66 102.8 178.88 -
System Red Green Blue C M Y K H S L
Decimal 164 65 48 0 0.60 0.71 0.36 8.79 0.55 0.42
Hex A4 41 30 0 3C 47 24 9 37 2A
Octal 244 101 60 0 74 107 44 11 67 52
Binary 10100100 1000001 110000 0 111100 1000111 100100 1001 110111 101010

Color Harmonies of #A44130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44130

Black with #A44130

Text Example


Text Example

White with #A44130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44130; }

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

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

background-color css

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

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

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

border-color css

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

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

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