Html Css Color HEX #A64028 Rock Spray

📋 copy color: '#A64028'

red 166 ◦ green 64 ◦ blue 40

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

Shades of Rock Spray #A64028

Tints of Rock Spray #A64028

RGB

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

 GREEN value IS 64 (25.39% from 255) = 23.7%

 BLUE value IS 40 (16.02% from 255) = 14.81%

R = 61.48%
G = 23.7%
B = 14.81%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.76

 K value IS 0.35

RGB Variations

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

Color information

#A64028 (or 0xA64028) is known color: Rock Spray. HEX triplet: A6, 40 and 28. RGB value is (166,64,40). Sum of RGB (Red+Green+Blue) = 166+64+40=270 (35% of max value = 765). Red value is 166 (65.23% from 255 or 61.48% from 270); Green value is 64 (25.39% from 255 or 23.70% from 270); Blue value is 40 (16.02% from 255 or 14.81% from 270); Max value from RGB is 166 - color contains mainly: red. Hex color #A64028 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A64028 is #59BFD7. Grayscale: #5B5B5B. Windows color (decimal): -5881816 or 2637990. OLE color: 2637990.

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

Color convert

RGB 166 64 40 -
CMYK 0 0.61 0.76 0.35
HSL 11.43º 0.61% 0.4% -
HSV(B) 11.43º 0.76% 0.65% -
XYZ 17.94 11.93 3.36 -
YUV 91.76 98.79 180.95 -
System Red Green Blue C M Y K H S L
Decimal 166 64 40 0 0.61 0.76 0.35 11.43 0.61 0.4
Hex A6 40 28 0 3D 4C 23 B 3D 28
Octal 246 100 50 0 75 114 43 13 75 50
Binary 10100110 1000000 101000 0 111101 1001100 100011 1011 111101 101000

Color Harmonies of #A64028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64028

Black with #A64028

Text Example


Text Example

White with #A64028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64028; }

 p { color: rgb(166,64,40); }

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

background-color css

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

 a { background-color: rgb(166,64,40); }

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

border-color css

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

 span { border-color: rgb(166,64,40); }

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