Html Css Color HEX #A64425 Rock Spray

📋 copy color: '#A64425'

red 166 ◦ green 68 ◦ blue 37

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

Shades of Rock Spray #A64425

Tints of Rock Spray #A64425

RGB

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

 GREEN value IS 68 (26.95% from 255) = 25.09%

 BLUE value IS 37 (14.84% from 255) = 13.65%

R = 61.25%
G = 25.09%
B = 13.65%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.78

 K value IS 0.35

RGB Variations

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

Color information

#A64425 (or 0xA64425) is known color: Rock Spray. HEX triplet: A6, 44 and 25. RGB value is (166,68,37). Sum of RGB (Red+Green+Blue) = 166+68+37=271 (35% of max value = 765). Red value is 166 (65.23% from 255 or 61.25% from 271); Green value is 68 (26.95% from 255 or 25.09% from 271); Blue value is 37 (14.84% from 255 or 13.65% from 271); Max value from RGB is 166 - color contains mainly: red. Hex color #A64425 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A64425 is #59BBDA. Grayscale: #5D5D5D. Windows color (decimal): -5880795 or 2442406. OLE color: 2442406.

HSL color Cylindrical-coordinate representation of color #A64425: hue angle of 14.42º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A64425 is Cyan = 0, Magento = 0.59, Yellow = 0.78 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 68 37 -
CMYK 0 0.59 0.78 0.35
HSL 14.42º 0.64% 0.4% -
HSV(B) 14.42º 0.78% 0.65% -
XYZ 18.13 12.37 3.18 -
YUV 93.77 95.97 179.52 -
System Red Green Blue C M Y K H S L
Decimal 166 68 37 0 0.59 0.78 0.35 14.42 0.64 0.4
Hex A6 44 25 0 3B 4E 23 E 40 28
Octal 246 104 45 0 73 116 43 16 100 50
Binary 10100110 1000100 100101 0 111011 1001110 100011 1110 1000000 101000

Color Harmonies of #A64425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64425

Black with #A64425

Text Example


Text Example

White with #A64425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64425; }

 p { color: rgb(166,68,37); }

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

background-color css

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

 a { background-color: rgb(166,68,37); }

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

border-color css

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

 span { border-color: rgb(166,68,37); }

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