Html Css Color HEX #A64428 Rock Spray

📋 copy color: '#A64428'

red 166 ◦ green 68 ◦ blue 40

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

Shades of Rock Spray #A64428

Tints of Rock Spray #A64428

RGB

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

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

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

R = 60.58%
G = 24.82%
B = 14.6%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.76

 K value IS 0.35

RGB Variations

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

Color information

#A64428 (or 0xA64428) is known color: Rock Spray. HEX triplet: A6, 44 and 28. RGB value is (166,68,40). Sum of RGB (Red+Green+Blue) = 166+68+40=274 (36% of max value = 765). Red value is 166 (65.23% from 255 or 60.58% from 274); Green value is 68 (26.95% from 255 or 24.82% from 274); Blue value is 40 (16.02% from 255 or 14.60% from 274); Max value from RGB is 166 - color contains mainly: red. Hex color #A64428 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A64428 is #59BBD7. Grayscale: #5E5E5E. Windows color (decimal): -5880792 or 2639014. OLE color: 2639014.

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

Color convert

RGB 166 68 40 -
CMYK 0 0.59 0.76 0.35
HSL 13.33º 0.61% 0.4% -
HSV(B) 13.33º 0.76% 0.65% -
XYZ 18.18 12.39 3.44 -
YUV 94.11 97.47 179.28 -
System Red Green Blue C M Y K H S L
Decimal 166 68 40 0 0.59 0.76 0.35 13.33 0.61 0.4
Hex A6 44 28 0 3B 4C 23 D 3D 28
Octal 246 104 50 0 73 114 43 15 75 50
Binary 10100110 1000100 101000 0 111011 1001100 100011 1101 111101 101000

Color Harmonies of #A64428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64428

Black with #A64428

Text Example


Text Example

White with #A64428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64428; }

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

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

background-color css

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

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

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

border-color css

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

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

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