Html Css Color HEX #A4513F Crail

📋 copy color: '#A4513F'

red 164 ◦ green 81 ◦ blue 63

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

Shades of Crail #A4513F

Tints of Crail #A4513F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 20.45%

R = 53.25%
G = 26.3%
B = 20.45%

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

#A4513F (or 0xA4513F) is known color: Crail. HEX triplet: A4, 51 and 3F. RGB value is (164,81,63). Sum of RGB (Red+Green+Blue) = 164+81+63=308 (40% of max value = 765). Red value is 164 (64.45% from 255 or 53.25% from 308); Green value is 81 (32.03% from 255 or 26.30% from 308); Blue value is 63 (25% from 255 or 20.45% from 308); Max value from RGB is 164 - color contains mainly: red. Hex color #A4513F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A4513F is #5BAEC0. Grayscale: #676767. Windows color (decimal): -6008513 or 4149668. OLE color: 4149668.

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

Color convert

RGB 164 81 63 -
CMYK 0 0.51 0.62 0.36
HSL 10.69º 0.44% 0.45% -
HSV(B) 10.69º 0.62% 0.64% -
XYZ 19.15 14.14 6.42 -
YUV 103.77 105 170.96 -
System Red Green Blue C M Y K H S L
Decimal 164 81 63 0 0.51 0.62 0.36 10.69 0.44 0.45
Hex A4 51 3F 0 33 3E 24 B 2C 2D
Octal 244 121 77 0 63 76 44 13 54 55
Binary 10100100 1010001 111111 0 110011 111110 100100 1011 101100 101101

Color Harmonies of #A4513F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4513F

Black with #A4513F

Text Example


Text Example

White with #A4513F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4513F; }

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

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

background-color css

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

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

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

border-color css

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

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

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