Html Css Color HEX #A64130 Rock Spray

📋 copy color: '#A64130'

red 166 ◦ green 65 ◦ blue 48

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

Shades of Rock Spray #A64130

Tints of Rock Spray #A64130

RGB

 RED value IS 166 (65.23% from 255) = 59.5%

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

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

R = 59.5%
G = 23.3%
B = 17.2%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.71

 K value IS 0.35

RGB Variations

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

Color information

#A64130 (or 0xA64130) is known color: Rock Spray. HEX triplet: A6, 41 and 30. RGB value is (166,65,48). Sum of RGB (Red+Green+Blue) = 166+65+48=279 (36% of max value = 765). Red value is 166 (65.23% from 255 or 59.50% from 279); Green value is 65 (25.78% from 255 or 23.30% from 279); Blue value is 48 (19.14% from 255 or 17.20% from 279); Max value from RGB is 166 - color contains mainly: red. Hex color #A64130 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A64130 is #59BECF. Grayscale: #5D5D5D. Windows color (decimal): -5881552 or 3162534. OLE color: 3162534.

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

Color convert

RGB 166 65 48 -
CMYK 0 0.61 0.71 0.35
HSL 8.64º 0.55% 0.42% -
HSV(B) 8.64º 0.71% 0.65% -
XYZ 18.15 12.1 4.18 -
YUV 93.26 102.46 179.88 -
System Red Green Blue C M Y K H S L
Decimal 166 65 48 0 0.61 0.71 0.35 8.64 0.55 0.42
Hex A6 41 30 0 3D 47 23 9 37 2A
Octal 246 101 60 0 75 107 43 11 67 52
Binary 10100110 1000001 110000 0 111101 1000111 100011 1001 110111 101010

Color Harmonies of #A64130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64130

Black with #A64130

Text Example


Text Example

White with #A64130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64130; }

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

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

background-color css

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

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

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

border-color css

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

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

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