Html Css Color HEX #A64730 Rock Spray

📋 copy color: '#A64730'

red 166 ◦ green 71 ◦ blue 48

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

Shades of Rock Spray #A64730

Tints of Rock Spray #A64730

RGB

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

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

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

R = 58.25%
G = 24.91%
B = 16.84%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.71

 K value IS 0.35

RGB Variations

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

Color information

#A64730 (or 0xA64730) is known color: Rock Spray. HEX triplet: A6, 47 and 30. RGB value is (166,71,48). Sum of RGB (Red+Green+Blue) = 166+71+48=285 (37% of max value = 765). Red value is 166 (65.23% from 255 or 58.25% from 285); Green value is 71 (28.12% from 255 or 24.91% from 285); Blue value is 48 (19.14% from 255 or 16.84% from 285); Max value from RGB is 166 - color contains mainly: red. Hex color #A64730 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A64730 is #59B8CF. Grayscale: #606060. Windows color (decimal): -5880016 or 3164070. OLE color: 3164070.

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

Color convert

RGB 166 71 48 -
CMYK 0 0.57 0.71 0.35
HSL 11.69º 0.55% 0.42% -
HSV(B) 11.69º 0.71% 0.65% -
XYZ 18.51 12.83 4.3 -
YUV 96.78 100.47 177.37 -
System Red Green Blue C M Y K H S L
Decimal 166 71 48 0 0.57 0.71 0.35 11.69 0.55 0.42
Hex A6 47 30 0 39 47 23 C 37 2A
Octal 246 107 60 0 71 107 43 14 67 52
Binary 10100110 1000111 110000 0 111001 1000111 100011 1100 110111 101010

Color Harmonies of #A64730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64730

Black with #A64730

Text Example


Text Example

White with #A64730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64730; }

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

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

background-color css

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

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

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

border-color css

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

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

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