Html Css Color HEX #A6503E Crail

📋 copy color: '#A6503E'

red 166 ◦ green 80 ◦ blue 62

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

Shades of Crail #A6503E

Tints of Crail #A6503E

RGB

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

 GREEN value IS 80 (31.64% from 255) = 25.97%

 BLUE value IS 62 (24.61% from 255) = 20.13%

R = 53.9%
G = 25.97%
B = 20.13%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.63

 K value IS 0.35

RGB Variations

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

Color information

#A6503E (or 0xA6503E) is known color: Crail. HEX triplet: A6, 50 and 3E. RGB value is (166,80,62). Sum of RGB (Red+Green+Blue) = 166+80+62=308 (40% of max value = 765). Red value is 166 (65.23% from 255 or 53.90% from 308); Green value is 80 (31.64% from 255 or 25.97% from 308); Blue value is 62 (24.61% from 255 or 20.13% from 308); Max value from RGB is 166 - color contains mainly: red. Hex color #A6503E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A6503E is #59AFC1. Grayscale: #676767. Windows color (decimal): -5877698 or 4083878. OLE color: 4083878.

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

Color convert

RGB 166 80 62 -
CMYK 0 0.52 0.63 0.35
HSL 10.38º 0.46% 0.45% -
HSV(B) 10.38º 0.63% 0.65% -
XYZ 19.46 14.19 6.27 -
YUV 103.66 104.49 172.46 -
System Red Green Blue C M Y K H S L
Decimal 166 80 62 0 0.52 0.63 0.35 10.38 0.46 0.45
Hex A6 50 3E 0 34 3F 23 A 2E 2D
Octal 246 120 76 0 64 77 43 12 56 55
Binary 10100110 1010000 111110 0 110100 111111 100011 1010 101110 101101

Color Harmonies of #A6503E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6503E

Black with #A6503E

Text Example


Text Example

White with #A6503E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6503E; }

 p { color: rgb(166,80,62); }

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

background-color css

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

 a { background-color: rgb(166,80,62); }

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

border-color css

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

 span { border-color: rgb(166,80,62); }

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