Html Css Color HEX #AB6053 Crail

📋 copy color: '#AB6053'

red 171 ◦ green 96 ◦ blue 83

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

Shades of Crail #AB6053

Tints of Crail #AB6053

RGB

 RED value IS 171 (67.19% from 255) = 48.86%

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

 BLUE value IS 83 (32.81% from 255) = 23.71%

R = 48.86%
G = 27.43%
B = 23.71%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.51

 K value IS 0.33

RGB Variations

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

Color information

#AB6053 (or 0xAB6053) is known color: Crail. HEX triplet: AB, 60 and 53. RGB value is (171,96,83). Sum of RGB (Red+Green+Blue) = 171+96+83=350 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.86% from 350); Green value is 96 (37.89% from 255 or 27.43% from 350); Blue value is 83 (32.81% from 255 or 23.71% from 350); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6053 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB6053 is #549FAC. Grayscale: #757575. Windows color (decimal): -5545901 or 5464235. OLE color: 5464235.

HSL color Cylindrical-coordinate representation of color #AB6053: hue angle of 8.86º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AB6053 is Cyan = 0, Magento = 0.44, Yellow = 0.51 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 96 83 -
CMYK 0 0.44 0.51 0.33
HSL 8.86º 0.35% 0.5% -
HSV(B) 8.86º 0.51% 0.67% -
XYZ 22.54 17.65 10.4 -
YUV 116.94 108.85 166.56 -
System Red Green Blue C M Y K H S L
Decimal 171 96 83 0 0.44 0.51 0.33 8.86 0.35 0.5
Hex AB 60 53 0 2C 33 21 9 23 32
Octal 253 140 123 0 54 63 41 11 43 62
Binary 10101011 1100000 1010011 0 101100 110011 100001 1001 100011 110010

Color Harmonies of #AB6053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6053

Black with #AB6053

Text Example


Text Example

White with #AB6053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6053; }

 p { color: rgb(171,96,83); }

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

background-color css

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

 a { background-color: rgb(171,96,83); }

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

border-color css

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

 span { border-color: rgb(171,96,83); }

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