Html Css Color HEX #A63820 Rock Spray

📋 copy color: '#A63820'

red 166 ◦ green 56 ◦ blue 32

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

Shades of Rock Spray #A63820

Tints of Rock Spray #A63820

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 12.6%

R = 65.35%
G = 22.05%
B = 12.6%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.81

 K value IS 0.35

RGB Variations

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

Color information

#A63820 (or 0xA63820) is known color: Rock Spray. HEX triplet: A6, 38 and 20. RGB value is (166,56,32). Sum of RGB (Red+Green+Blue) = 166+56+32=254 (33% of max value = 765). Red value is 166 (65.23% from 255 or 65.35% from 254); Green value is 56 (22.27% from 255 or 22.05% from 254); Blue value is 32 (12.89% from 255 or 12.60% from 254); Max value from RGB is 166 - color contains mainly: red. Hex color #A63820 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A63820 is #59C7DF. Grayscale: #565656. Windows color (decimal): -5883872 or 2111654. OLE color: 2111654.

HSL color Cylindrical-coordinate representation of color #A63820: hue angle of 10.75º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A63820 is Cyan = 0, Magento = 0.66, Yellow = 0.81 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 56 32 -
CMYK 0 0.66 0.81 0.35
HSL 10.75º 0.68% 0.39% -
HSV(B) 10.75º 0.81% 0.65% -
XYZ 17.4 11.04 2.58 -
YUV 86.15 97.44 184.95 -
System Red Green Blue C M Y K H S L
Decimal 166 56 32 0 0.66 0.81 0.35 10.75 0.68 0.39
Hex A6 38 20 0 42 51 23 B 44 27
Octal 246 70 40 0 102 121 43 13 104 47
Binary 10100110 111000 100000 0 1000010 1010001 100011 1011 1000100 100111

Color Harmonies of #A63820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63820

Black with #A63820

Text Example


Text Example

White with #A63820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63820; }

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

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

background-color css

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

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

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

border-color css

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

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

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