Html Css Color HEX #A86050 Crail

📋 copy color: '#A86050'

red 168 ◦ green 96 ◦ blue 80

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

Shades of Crail #A86050

Tints of Crail #A86050

RGB

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

 GREEN value IS 96 (37.89% from 255) = 27.91%

 BLUE value IS 80 (31.64% from 255) = 23.26%

R = 48.84%
G = 27.91%
B = 23.26%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.52

 K value IS 0.34

RGB Variations

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

Color information

#A86050 (or 0xA86050) is known color: Crail. HEX triplet: A8, 60 and 50. RGB value is (168,96,80). Sum of RGB (Red+Green+Blue) = 168+96+80=344 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.84% from 344); Green value is 96 (37.89% from 255 or 27.91% from 344); Blue value is 80 (31.64% from 255 or 23.26% from 344); Max value from RGB is 168 - color contains mainly: red. Hex color #A86050 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A86050 is #579FAF. Grayscale: #737373. Windows color (decimal): -5742512 or 5267624. OLE color: 5267624.

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

Color convert

RGB 168 96 80 -
CMYK 0 0.43 0.52 0.34
HSL 10.91º 0.35% 0.49% -
HSV(B) 10.91º 0.52% 0.66% -
XYZ 21.78 17.27 9.77 -
YUV 115.7 107.85 165.3 -
System Red Green Blue C M Y K H S L
Decimal 168 96 80 0 0.43 0.52 0.34 10.91 0.35 0.49
Hex A8 60 50 0 2B 34 22 B 23 31
Octal 250 140 120 0 53 64 42 13 43 61
Binary 10101000 1100000 1010000 0 101011 110100 100010 1011 100011 110001

Color Harmonies of #A86050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A86050

Black with #A86050

Text Example


Text Example

White with #A86050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A86050; }

 p { color: rgb(168,96,80); }

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

background-color css

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

 a { background-color: rgb(168,96,80); }

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

border-color css

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

 span { border-color: rgb(168,96,80); }

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