Html Css Color HEX #AB523F Crail

📋 copy color: '#AB523F'

red 171 ◦ green 82 ◦ blue 63

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

Shades of Crail #AB523F

Tints of Crail #AB523F

RGB

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

 GREEN value IS 82 (32.42% from 255) = 25.95%

 BLUE value IS 63 (25% from 255) = 19.94%

R = 54.11%
G = 25.95%
B = 19.94%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AB523F (or 0xAB523F) is known color: Crail. HEX triplet: AB, 52 and 3F. RGB value is (171,82,63). Sum of RGB (Red+Green+Blue) = 171+82+63=316 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.11% from 316); Green value is 82 (32.42% from 255 or 25.95% from 316); Blue value is 63 (25% from 255 or 19.94% from 316); Max value from RGB is 171 - color contains mainly: red. Hex color #AB523F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB523F is #54ADC0. Grayscale: #6A6A6A. Windows color (decimal): -5549505 or 4149931. OLE color: 4149931.

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

Color convert

RGB 171 82 63 -
CMYK 0 0.52 0.63 0.33
HSL 10.56º 0.46% 0.46% -
HSV(B) 10.56º 0.63% 0.67% -
XYZ 20.71 15.05 6.52 -
YUV 106.45 103.49 174.04 -
System Red Green Blue C M Y K H S L
Decimal 171 82 63 0 0.52 0.63 0.33 10.56 0.46 0.46
Hex AB 52 3F 0 34 3F 21 B 2E 2E
Octal 253 122 77 0 64 77 41 13 56 56
Binary 10101011 1010010 111111 0 110100 111111 100001 1011 101110 101110

Color Harmonies of #AB523F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB523F

Black with #AB523F

Text Example


Text Example

White with #AB523F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB523F; }

 p { color: rgb(171,82,63); }

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

background-color css

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

 a { background-color: rgb(171,82,63); }

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

border-color css

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

 span { border-color: rgb(171,82,63); }

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