Html Css Color HEX #A05E4D Crail

📋 copy color: '#A05E4D'

red 160 ◦ green 94 ◦ blue 77

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

Shades of Crail #A05E4D

Tints of Crail #A05E4D

RGB

 RED value IS 160 (62.89% from 255) = 48.34%

 GREEN value IS 94 (37.11% from 255) = 28.4%

 BLUE value IS 77 (30.47% from 255) = 23.26%

R = 48.34%
G = 28.4%
B = 23.26%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.52

 K value IS 0.37

RGB Variations

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

Color information

#A05E4D (or 0xA05E4D) is known color: Crail. HEX triplet: A0, 5E and 4D. RGB value is (160,94,77). Sum of RGB (Red+Green+Blue) = 160+94+77=331 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.34% from 331); Green value is 94 (37.11% from 255 or 28.40% from 331); Blue value is 77 (30.47% from 255 or 23.26% from 331); Max value from RGB is 160 - color contains mainly: red. Hex color #A05E4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A05E4D is #5FA1B2. Grayscale: #6F6F6F. Windows color (decimal): -6267315 or 5070496. OLE color: 5070496.

HSL color Cylindrical-coordinate representation of color #A05E4D: hue angle of 12.29º degrees, saturation: 0.35, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A05E4D is Cyan = 0, Magento = 0.41, Yellow = 0.52 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 94 77 -
CMYK 0 0.41 0.52 0.37
HSL 12.29º 0.35% 0.46% -
HSV(B) 12.29º 0.52% 0.63% -
XYZ 19.84 16.01 9.07 -
YUV 111.8 108.37 162.38 -
System Red Green Blue C M Y K H S L
Decimal 160 94 77 0 0.41 0.52 0.37 12.29 0.35 0.46
Hex A0 5E 4D 0 29 34 25 C 23 2E
Octal 240 136 115 0 51 64 45 14 43 56
Binary 10100000 1011110 1001101 0 101001 110100 100101 1100 100011 101110

Color Harmonies of #A05E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05E4D

Black with #A05E4D

Text Example


Text Example

White with #A05E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05E4D; }

 p { color: rgb(160,94,77); }

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

background-color css

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

 a { background-color: rgb(160,94,77); }

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

border-color css

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

 span { border-color: rgb(160,94,77); }

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