Html Css Color HEX #AB524A Apple Blossom

📋 copy color: '#AB524A'

red 171 ◦ green 82 ◦ blue 74

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

Shades of Apple Blossom #AB524A

Tints of Apple Blossom #AB524A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 22.63%

R = 52.29%
G = 25.08%
B = 22.63%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.57

 K value IS 0.33

RGB Variations

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

Color information

#AB524A (or 0xAB524A) is known color: Apple Blossom. HEX triplet: AB, 52 and 4A. RGB value is (171,82,74). Sum of RGB (Red+Green+Blue) = 171+82+74=327 (43% of max value = 765). Red value is 171 (67.19% from 255 or 52.29% from 327); Green value is 82 (32.42% from 255 or 25.08% from 327); Blue value is 74 (29.30% from 255 or 22.63% from 327); Max value from RGB is 171 - color contains mainly: red. Hex color #AB524A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB524A is #54ADB5. Grayscale: #6B6B6B. Windows color (decimal): -5549494 or 4870827. OLE color: 4870827.

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

Color convert

RGB 171 82 74 -
CMYK 0 0.52 0.57 0.33
HSL 4.95º 0.4% 0.48% -
HSV(B) 4.95º 0.57% 0.67% -
XYZ 21.05 15.19 8.3 -
YUV 107.7 108.99 173.15 -
System Red Green Blue C M Y K H S L
Decimal 171 82 74 0 0.52 0.57 0.33 4.95 0.4 0.48
Hex AB 52 4A 0 34 39 21 5 28 30
Octal 253 122 112 0 64 71 41 5 50 60
Binary 10101011 1010010 1001010 0 110100 111001 100001 101 101000 110000

Color Harmonies of #AB524A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB524A

Black with #AB524A

Text Example


Text Example

White with #AB524A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB524A; }

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

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

background-color css

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

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

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

border-color css

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

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

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