Html Css Color HEX #A5513E Crail

📋 copy color: '#A5513E'

red 165 ◦ green 81 ◦ blue 62

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

Shades of Crail #A5513E

Tints of Crail #A5513E

RGB

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

 GREEN value IS 81 (32.03% from 255) = 26.3%

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

R = 53.57%
G = 26.3%
B = 20.13%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.62

 K value IS 0.35

RGB Variations

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

Color information

#A5513E (or 0xA5513E) is known color: Crail. HEX triplet: A5, 51 and 3E. RGB value is (165,81,62). Sum of RGB (Red+Green+Blue) = 165+81+62=308 (40% of max value = 765). Red value is 165 (64.84% from 255 or 53.57% from 308); Green value is 81 (32.03% from 255 or 26.30% from 308); Blue value is 62 (24.61% from 255 or 20.13% from 308); Max value from RGB is 165 - color contains mainly: red. Hex color #A5513E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A5513E is #5AAEC1. Grayscale: #686868. Windows color (decimal): -5942978 or 4084133. OLE color: 4084133.

HSL color Cylindrical-coordinate representation of color #A5513E: hue angle of 11.07º 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 #A5513E is Cyan = 0, Magento = 0.51, Yellow = 0.62 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 81 62 -
CMYK 0 0.51 0.62 0.35
HSL 11.07º 0.45% 0.45% -
HSV(B) 11.07º 0.62% 0.65% -
XYZ 19.33 14.23 6.29 -
YUV 103.95 104.33 171.54 -
System Red Green Blue C M Y K H S L
Decimal 165 81 62 0 0.51 0.62 0.35 11.07 0.45 0.45
Hex A5 51 3E 0 33 3E 23 B 2D 2D
Octal 245 121 76 0 63 76 43 13 55 55
Binary 10100101 1010001 111110 0 110011 111110 100011 1011 101101 101101

Color Harmonies of #A5513E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5513E

Black with #A5513E

Text Example


Text Example

White with #A5513E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5513E; }

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

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

background-color css

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

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

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

border-color css

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

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

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