Html Css Color HEX #AB5A4D Crail

📋 copy color: '#AB5A4D'

red 171 ◦ green 90 ◦ blue 77

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

Shades of Crail #AB5A4D

Tints of Crail #AB5A4D

RGB

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

 GREEN value IS 90 (35.55% from 255) = 26.63%

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

R = 50.59%
G = 26.63%
B = 22.78%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.55

 K value IS 0.33

RGB Variations

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

Color information

#AB5A4D (or 0xAB5A4D) is known color: Crail. HEX triplet: AB, 5A and 4D. RGB value is (171,90,77). Sum of RGB (Red+Green+Blue) = 171+90+77=338 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.59% from 338); Green value is 90 (35.55% from 255 or 26.63% from 338); Blue value is 77 (30.47% from 255 or 22.78% from 338); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5A4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB5A4D is #54A5B2. Grayscale: #707070. Windows color (decimal): -5547443 or 5069483. OLE color: 5069483.

HSL color Cylindrical-coordinate representation of color #AB5A4D: hue angle of 8.3º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AB5A4D is Cyan = 0, Magento = 0.47, Yellow = 0.55 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 90 77 -
CMYK 0 0.47 0.55 0.33
HSL 8.3º 0.38% 0.49% -
HSV(B) 8.3º 0.55% 0.67% -
XYZ 21.79 16.51 9.06 -
YUV 112.74 107.84 169.56 -
System Red Green Blue C M Y K H S L
Decimal 171 90 77 0 0.47 0.55 0.33 8.3 0.38 0.49
Hex AB 5A 4D 0 2F 37 21 8 26 31
Octal 253 132 115 0 57 67 41 10 46 61
Binary 10101011 1011010 1001101 0 101111 110111 100001 1000 100110 110001

Color Harmonies of #AB5A4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5A4D

Black with #AB5A4D

Text Example


Text Example

White with #AB5A4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5A4D; }

 p { color: rgb(171,90,77); }

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

background-color css

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

 a { background-color: rgb(171,90,77); }

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

border-color css

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

 span { border-color: rgb(171,90,77); }

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