Html Css Color HEX #A85D54 Crail

📋 copy color: '#A85D54'

red 168 ◦ green 93 ◦ blue 84

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

Shades of Crail #A85D54

Tints of Crail #A85D54

RGB

 RED value IS 168 (66.02% from 255) = 48.7%

 GREEN value IS 93 (36.72% from 255) = 26.96%

 BLUE value IS 84 (33.2% from 255) = 24.35%

R = 48.7%
G = 26.96%
B = 24.35%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.5

 K value IS 0.34

RGB Variations

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

Color information

#A85D54 (or 0xA85D54) is known color: Crail. HEX triplet: A8, 5D and 54. RGB value is (168,93,84). Sum of RGB (Red+Green+Blue) = 168+93+84=345 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.70% from 345); Green value is 93 (36.72% from 255 or 26.96% from 345); Blue value is 84 (33.20% from 255 or 24.35% from 345); Max value from RGB is 168 - color contains mainly: red. Hex color #A85D54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A85D54 is #57A2AB. Grayscale: #727272. Windows color (decimal): -5743276 or 5529000. OLE color: 5529000.

HSL color Cylindrical-coordinate representation of color #A85D54: hue angle of 6.43º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A85D54 is Cyan = 0, Magento = 0.45, Yellow = 0.5 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 93 84 -
CMYK 0 0.45 0.5 0.34
HSL 6.43º 0.33% 0.49% -
HSV(B) 6.43º 0.5% 0.66% -
XYZ 21.66 16.79 10.49 -
YUV 114.4 110.85 166.23 -
System Red Green Blue C M Y K H S L
Decimal 168 93 84 0 0.45 0.5 0.34 6.43 0.33 0.49
Hex A8 5D 54 0 2D 32 22 6 21 31
Octal 250 135 124 0 55 62 42 6 41 61
Binary 10101000 1011101 1010100 0 101101 110010 100010 110 100001 110001

Color Harmonies of #A85D54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85D54

Black with #A85D54

Text Example


Text Example

White with #A85D54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85D54; }

 p { color: rgb(168,93,84); }

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

background-color css

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

 a { background-color: rgb(168,93,84); }

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

border-color css

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

 span { border-color: rgb(168,93,84); }

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