Html Css Color HEX #A3503E Crail

📋 copy color: '#A3503E'

red 163 ◦ green 80 ◦ blue 62

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

Shades of Crail #A3503E

Tints of Crail #A3503E

RGB

 RED value IS 163 (64.06% from 255) = 53.44%

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

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

R = 53.44%
G = 26.23%
B = 20.33%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.62

 K value IS 0.36

RGB Variations

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

Color information

#A3503E (or 0xA3503E) is known color: Crail. HEX triplet: A3, 50 and 3E. RGB value is (163,80,62). Sum of RGB (Red+Green+Blue) = 163+80+62=305 (40% of max value = 765). Red value is 163 (64.06% from 255 or 53.44% from 305); Green value is 80 (31.64% from 255 or 26.23% from 305); Blue value is 62 (24.61% from 255 or 20.33% from 305); Max value from RGB is 163 - color contains mainly: red. Hex color #A3503E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A3503E is #5CAFC1. Grayscale: #666666. Windows color (decimal): -6074306 or 4083875. OLE color: 4083875.

HSL color Cylindrical-coordinate representation of color #A3503E: hue angle of 10.69º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A3503E is Cyan = 0, Magento = 0.51, Yellow = 0.62 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 80 62 -
CMYK 0 0.51 0.62 0.36
HSL 10.69º 0.45% 0.44% -
HSV(B) 10.69º 0.62% 0.64% -
XYZ 18.84 13.87 6.24 -
YUV 102.77 105 170.96 -
System Red Green Blue C M Y K H S L
Decimal 163 80 62 0 0.51 0.62 0.36 10.69 0.45 0.44
Hex A3 50 3E 0 33 3E 24 B 2D 2C
Octal 243 120 76 0 63 76 44 13 55 54
Binary 10100011 1010000 111110 0 110011 111110 100100 1011 101101 101100

Color Harmonies of #A3503E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3503E

Black with #A3503E

Text Example


Text Example

White with #A3503E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3503E; }

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

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

background-color css

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

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

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

border-color css

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

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

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