Html Css Color HEX #A9503E Crail

📋 copy color: '#A9503E'

red 169 ◦ green 80 ◦ blue 62

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

Shades of Crail #A9503E

Tints of Crail #A9503E

RGB

 RED value IS 169 (66.41% from 255) = 54.34%

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

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

R = 54.34%
G = 25.72%
B = 19.94%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.63

 K value IS 0.34

RGB Variations

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

Color information

#A9503E (or 0xA9503E) is known color: Crail. HEX triplet: A9, 50 and 3E. RGB value is (169,80,62). Sum of RGB (Red+Green+Blue) = 169+80+62=311 (41% of max value = 765). Red value is 169 (66.41% from 255 or 54.34% from 311); Green value is 80 (31.64% from 255 or 25.72% from 311); Blue value is 62 (24.61% from 255 or 19.94% from 311); Max value from RGB is 169 - color contains mainly: red. Hex color #A9503E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A9503E is #56AFC1. Grayscale: #686868. Windows color (decimal): -5681090 or 4083881. OLE color: 4083881.

HSL color Cylindrical-coordinate representation of color #A9503E: hue angle of 10.09º 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 #A9503E is Cyan = 0, Magento = 0.53, Yellow = 0.63 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 80 62 -
CMYK 0 0.53 0.63 0.34
HSL 10.09º 0.46% 0.45% -
HSV(B) 10.09º 0.63% 0.66% -
XYZ 20.1 14.52 6.3 -
YUV 104.56 103.99 173.96 -
System Red Green Blue C M Y K H S L
Decimal 169 80 62 0 0.53 0.63 0.34 10.09 0.46 0.45
Hex A9 50 3E 0 35 3F 22 A 2E 2D
Octal 251 120 76 0 65 77 42 12 56 55
Binary 10101001 1010000 111110 0 110101 111111 100010 1010 101110 101101

Color Harmonies of #A9503E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9503E

Black with #A9503E

Text Example


Text Example

White with #A9503E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9503E; }

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

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

background-color css

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

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

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

border-color css

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

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

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