Html Css Color HEX #A8503F Crail

📋 copy color: '#A8503F'

red 168 ◦ green 80 ◦ blue 63

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

Shades of Crail #A8503F

Tints of Crail #A8503F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 20.26%

R = 54.02%
G = 25.72%
B = 20.26%

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

#A8503F (or 0xA8503F) is known color: Crail. HEX triplet: A8, 50 and 3F. RGB value is (168,80,63). Sum of RGB (Red+Green+Blue) = 168+80+63=311 (41% of max value = 765). Red value is 168 (66.02% from 255 or 54.02% from 311); Green value is 80 (31.64% from 255 or 25.72% from 311); Blue value is 63 (25% from 255 or 20.26% from 311); Max value from RGB is 168 - color contains mainly: red. Hex color #A8503F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A8503F is #57AFC0. Grayscale: #686868. Windows color (decimal): -5746625 or 4149416. OLE color: 4149416.

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

Color convert

RGB 168 80 63 -
CMYK 0 0.52 0.63 0.34
HSL 9.71º 0.45% 0.45% -
HSV(B) 9.71º 0.63% 0.66% -
XYZ 19.91 14.42 6.44 -
YUV 104.37 104.65 173.38 -
System Red Green Blue C M Y K H S L
Decimal 168 80 63 0 0.52 0.63 0.34 9.71 0.45 0.45
Hex A8 50 3F 0 34 3F 22 A 2D 2D
Octal 250 120 77 0 64 77 42 12 55 55
Binary 10101000 1010000 111111 0 110100 111111 100010 1010 101101 101101

Color Harmonies of #A8503F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8503F

Black with #A8503F

Text Example


Text Example

White with #A8503F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8503F; }

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

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

background-color css

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

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

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

border-color css

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

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

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