Html Css Color HEX #A8503E Crail

📋 copy color: '#A8503E'

red 168 ◦ green 80 ◦ blue 62

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

Shades of Crail #A8503E

Tints of Crail #A8503E

RGB

 RED value IS 168 (66.02% from 255) = 54.19%

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

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

R = 54.19%
G = 25.81%
B = 20%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.63

 K value IS 0.34

RGB Variations

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

Color information

#A8503E (or 0xA8503E) is known color: Crail. HEX triplet: A8, 50 and 3E. RGB value is (168,80,62). Sum of RGB (Red+Green+Blue) = 168+80+62=310 (41% of max value = 765). Red value is 168 (66.02% from 255 or 54.19% from 310); Green value is 80 (31.64% from 255 or 25.81% from 310); Blue value is 62 (24.61% from 255 or 20% from 310); Max value from RGB is 168 - color contains mainly: red. Hex color #A8503E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A8503E is #57AFC1. Grayscale: #686868. Windows color (decimal): -5746626 or 4083880. OLE color: 4083880.

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

Color convert

RGB 168 80 62 -
CMYK 0 0.52 0.63 0.34
HSL 10.19º 0.46% 0.45% -
HSV(B) 10.19º 0.63% 0.66% -
XYZ 19.89 14.41 6.29 -
YUV 104.26 104.15 173.46 -
System Red Green Blue C M Y K H S L
Decimal 168 80 62 0 0.52 0.63 0.34 10.19 0.46 0.45
Hex A8 50 3E 0 34 3F 22 A 2E 2D
Octal 250 120 76 0 64 77 42 12 56 55
Binary 10101000 1010000 111110 0 110100 111111 100010 1010 101110 101101

Color Harmonies of #A8503E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8503E

Black with #A8503E

Text Example


Text Example

White with #A8503E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8503E; }

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

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

background-color css

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

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

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

border-color css

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

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

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