Html Css Color HEX #AB503E Crail

📋 copy color: '#AB503E'

red 171 ◦ green 80 ◦ blue 62

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

Shades of Crail #AB503E

Tints of Crail #AB503E

RGB

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

 GREEN value IS 80 (31.64% from 255) = 25.56%

 BLUE value IS 62 (24.61% from 255) = 19.81%

R = 54.63%
G = 25.56%
B = 19.81%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.64

 K value IS 0.33

RGB Variations

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

Color information

#AB503E (or 0xAB503E) is known color: Crail. HEX triplet: AB, 50 and 3E. RGB value is (171,80,62). Sum of RGB (Red+Green+Blue) = 171+80+62=313 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.63% from 313); Green value is 80 (31.64% from 255 or 25.56% from 313); Blue value is 62 (24.61% from 255 or 19.81% from 313); Max value from RGB is 171 - color contains mainly: red. Hex color #AB503E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB503E is #54AFC1. Grayscale: #696969. Windows color (decimal): -5550018 or 4083883. OLE color: 4083883.

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

Color convert

RGB 171 80 62 -
CMYK 0 0.53 0.64 0.33
HSL 9.91º 0.47% 0.46% -
HSV(B) 9.91º 0.64% 0.67% -
XYZ 20.53 14.74 6.32 -
YUV 105.16 103.65 174.96 -
System Red Green Blue C M Y K H S L
Decimal 171 80 62 0 0.53 0.64 0.33 9.91 0.47 0.46
Hex AB 50 3E 0 35 40 21 A 2F 2E
Octal 253 120 76 0 65 100 41 12 57 56
Binary 10101011 1010000 111110 0 110101 1000000 100001 1010 101111 101110

Color Harmonies of #AB503E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB503E

Black with #AB503E

Text Example


Text Example

White with #AB503E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB503E; }

 p { color: rgb(171,80,62); }

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

background-color css

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

 a { background-color: rgb(171,80,62); }

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

border-color css

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

 span { border-color: rgb(171,80,62); }

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