Html Css Color HEX #A63923 Rock Spray

📋 copy color: '#A63923'

red 166 ◦ green 57 ◦ blue 35

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

Shades of Rock Spray #A63923

Tints of Rock Spray #A63923

RGB

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

 GREEN value IS 57 (22.66% from 255) = 22.09%

 BLUE value IS 35 (14.06% from 255) = 13.57%

R = 64.34%
G = 22.09%
B = 13.57%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.79

 K value IS 0.35

RGB Variations

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

Color information

#A63923 (or 0xA63923) is known color: Rock Spray. HEX triplet: A6, 39 and 23. RGB value is (166,57,35). Sum of RGB (Red+Green+Blue) = 166+57+35=258 (34% of max value = 765). Red value is 166 (65.23% from 255 or 64.34% from 258); Green value is 57 (22.66% from 255 or 22.09% from 258); Blue value is 35 (14.06% from 255 or 13.57% from 258); Max value from RGB is 166 - color contains mainly: red. Hex color #A63923 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A63923 is #59C6DC. Grayscale: #575757. Windows color (decimal): -5883613 or 2308518. OLE color: 2308518.

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

Color convert

RGB 166 57 35 -
CMYK 0 0.66 0.79 0.35
HSL 10.08º 0.65% 0.39% -
HSV(B) 10.08º 0.79% 0.65% -
XYZ 17.49 11.15 2.82 -
YUV 87.08 98.61 184.29 -
System Red Green Blue C M Y K H S L
Decimal 166 57 35 0 0.66 0.79 0.35 10.08 0.65 0.39
Hex A6 39 23 0 42 4F 23 A 41 27
Octal 246 71 43 0 102 117 43 12 101 47
Binary 10100110 111001 100011 0 1000010 1001111 100011 1010 1000001 100111

Color Harmonies of #A63923

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63923

Black with #A63923

Text Example


Text Example

White with #A63923

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63923; }

 p { color: rgb(166,57,35); }

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

background-color css

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

 a { background-color: rgb(166,57,35); }

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

border-color css

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

 span { border-color: rgb(166,57,35); }

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