Html Css Color HEX #A64426 Rock Spray

📋 copy color: '#A64426'

red 166 ◦ green 68 ◦ blue 38

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

Shades of Rock Spray #A64426

Tints of Rock Spray #A64426

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 13.97%

R = 61.03%
G = 25%
B = 13.97%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.77

 K value IS 0.35

RGB Variations

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

Color information

#A64426 (or 0xA64426) is known color: Rock Spray. HEX triplet: A6, 44 and 26. RGB value is (166,68,38). Sum of RGB (Red+Green+Blue) = 166+68+38=272 (36% of max value = 765). Red value is 166 (65.23% from 255 or 61.03% from 272); Green value is 68 (26.95% from 255 or 25% from 272); Blue value is 38 (15.23% from 255 or 13.97% from 272); Max value from RGB is 166 - color contains mainly: red. Hex color #A64426 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A64426 is #59BBD9. Grayscale: #5E5E5E. Windows color (decimal): -5880794 or 2507942. OLE color: 2507942.

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

Color convert

RGB 166 68 38 -
CMYK 0 0.59 0.77 0.35
HSL 14.06º 0.63% 0.4% -
HSV(B) 14.06º 0.77% 0.65% -
XYZ 18.14 12.38 3.27 -
YUV 93.88 96.47 179.44 -
System Red Green Blue C M Y K H S L
Decimal 166 68 38 0 0.59 0.77 0.35 14.06 0.63 0.4
Hex A6 44 26 0 3B 4D 23 E 3F 28
Octal 246 104 46 0 73 115 43 16 77 50
Binary 10100110 1000100 100110 0 111011 1001101 100011 1110 111111 101000

Color Harmonies of #A64426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64426

Black with #A64426

Text Example


Text Example

White with #A64426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64426; }

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

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

background-color css

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

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

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

border-color css

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

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

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