Html Css Color HEX #A63826 Rock Spray

📋 copy color: '#A63826'

red 166 ◦ green 56 ◦ blue 38

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

Shades of Rock Spray #A63826

Tints of Rock Spray #A63826

RGB

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

 GREEN value IS 56 (22.27% from 255) = 21.54%

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

R = 63.85%
G = 21.54%
B = 14.62%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.77

 K value IS 0.35

RGB Variations

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

Color information

#A63826 (or 0xA63826) is known color: Rock Spray. HEX triplet: A6, 38 and 26. RGB value is (166,56,38). Sum of RGB (Red+Green+Blue) = 166+56+38=260 (34% of max value = 765). Red value is 166 (65.23% from 255 or 63.85% from 260); Green value is 56 (22.27% from 255 or 21.54% from 260); Blue value is 38 (15.23% from 255 or 14.62% from 260); Max value from RGB is 166 - color contains mainly: red. Hex color #A63826 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A63826 is #59C7D9. Grayscale: #575757. Windows color (decimal): -5883866 or 2504870. OLE color: 2504870.

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

Color convert

RGB 166 56 38 -
CMYK 0 0.66 0.77 0.35
HSL 8.44º 0.63% 0.4% -
HSV(B) 8.44º 0.77% 0.65% -
XYZ 17.49 11.08 3.05 -
YUV 86.84 100.44 184.46 -
System Red Green Blue C M Y K H S L
Decimal 166 56 38 0 0.66 0.77 0.35 8.44 0.63 0.4
Hex A6 38 26 0 42 4D 23 8 3F 28
Octal 246 70 46 0 102 115 43 10 77 50
Binary 10100110 111000 100110 0 1000010 1001101 100011 1000 111111 101000

Color Harmonies of #A63826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63826

Black with #A63826

Text Example


Text Example

White with #A63826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63826; }

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

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

background-color css

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

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

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

border-color css

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

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

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