Html Css Color HEX #A4513E Crail

📋 copy color: '#A4513E'

red 164 ◦ green 81 ◦ blue 62

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

Shades of Crail #A4513E

Tints of Crail #A4513E

RGB

 RED value IS 164 (64.45% from 255) = 53.42%

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

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

R = 53.42%
G = 26.38%
B = 20.2%

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

#A4513E (or 0xA4513E) is known color: Crail. HEX triplet: A4, 51 and 3E. RGB value is (164,81,62). Sum of RGB (Red+Green+Blue) = 164+81+62=307 (40% of max value = 765). Red value is 164 (64.45% from 255 or 53.42% from 307); Green value is 81 (32.03% from 255 or 26.38% from 307); Blue value is 62 (24.61% from 255 or 20.20% from 307); Max value from RGB is 164 - color contains mainly: red. Hex color #A4513E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A4513E is #5BAEC1. Grayscale: #676767. Windows color (decimal): -6008514 or 4084132. OLE color: 4084132.

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

Color convert

RGB 164 81 62 -
CMYK 0 0.51 0.62 0.36
HSL 11.18º 0.45% 0.44% -
HSV(B) 11.18º 0.62% 0.64% -
XYZ 19.12 14.13 6.28 -
YUV 103.65 104.5 171.04 -
System Red Green Blue C M Y K H S L
Decimal 164 81 62 0 0.51 0.62 0.36 11.18 0.45 0.44
Hex A4 51 3E 0 33 3E 24 B 2D 2C
Octal 244 121 76 0 63 76 44 13 55 54
Binary 10100100 1010001 111110 0 110011 111110 100100 1011 101101 101100

Color Harmonies of #A4513E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4513E

Black with #A4513E

Text Example


Text Example

White with #A4513E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4513E; }

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

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

background-color css

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

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

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

border-color css

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

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

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