Html Css Color HEX #A5503E Crail

📋 copy color: '#A5503E'

red 165 ◦ green 80 ◦ blue 62

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

Shades of Crail #A5503E

Tints of Crail #A5503E

RGB

 RED value IS 165 (64.84% from 255) = 53.75%

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

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

R = 53.75%
G = 26.06%
B = 20.2%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.62

 K value IS 0.35

RGB Variations

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

Color information

#A5503E (or 0xA5503E) is known color: Crail. HEX triplet: A5, 50 and 3E. RGB value is (165,80,62). Sum of RGB (Red+Green+Blue) = 165+80+62=307 (40% of max value = 765). Red value is 165 (64.84% from 255 or 53.75% from 307); Green value is 80 (31.64% from 255 or 26.06% from 307); Blue value is 62 (24.61% from 255 or 20.20% from 307); Max value from RGB is 165 - color contains mainly: red. Hex color #A5503E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A5503E is #5AAFC1. Grayscale: #676767. Windows color (decimal): -5943234 or 4083877. OLE color: 4083877.

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

Color convert

RGB 165 80 62 -
CMYK 0 0.52 0.62 0.35
HSL 10.49º 0.45% 0.45% -
HSV(B) 10.49º 0.62% 0.65% -
XYZ 19.26 14.08 6.26 -
YUV 103.36 104.66 171.96 -
System Red Green Blue C M Y K H S L
Decimal 165 80 62 0 0.52 0.62 0.35 10.49 0.45 0.45
Hex A5 50 3E 0 34 3E 23 A 2D 2D
Octal 245 120 76 0 64 76 43 12 55 55
Binary 10100101 1010000 111110 0 110100 111110 100011 1010 101101 101101

Color Harmonies of #A5503E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5503E

Black with #A5503E

Text Example


Text Example

White with #A5503E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5503E; }

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

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

background-color css

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

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

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

border-color css

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

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

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