Html Css Color HEX #AB534D Apple Blossom

📋 copy color: '#AB534D'

red 171 ◦ green 83 ◦ blue 77

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

Shades of Apple Blossom #AB534D

Tints of Apple Blossom #AB534D

RGB

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

 GREEN value IS 83 (32.81% from 255) = 25.08%

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

R = 51.66%
G = 25.08%
B = 23.26%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.55

 K value IS 0.33

RGB Variations

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

Color information

#AB534D (or 0xAB534D) is known color: Apple Blossom. HEX triplet: AB, 53 and 4D. RGB value is (171,83,77). Sum of RGB (Red+Green+Blue) = 171+83+77=331 (43% of max value = 765). Red value is 171 (67.19% from 255 or 51.66% from 331); Green value is 83 (32.81% from 255 or 25.08% from 331); Blue value is 77 (30.47% from 255 or 23.26% from 331); Max value from RGB is 171 - color contains mainly: red. Hex color #AB534D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB534D is #54ACB2. Grayscale: #6C6C6C. Windows color (decimal): -5549235 or 5067691. OLE color: 5067691.

HSL color Cylindrical-coordinate representation of color #AB534D: hue angle of 3.83º 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 #AB534D is Cyan = 0, Magento = 0.51, Yellow = 0.55 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 83 77 -
CMYK 0 0.51 0.55 0.33
HSL 3.83º 0.38% 0.49% -
HSV(B) 3.83º 0.55% 0.67% -
XYZ 21.23 15.38 8.87 -
YUV 108.63 110.15 172.49 -
System Red Green Blue C M Y K H S L
Decimal 171 83 77 0 0.51 0.55 0.33 3.83 0.38 0.49
Hex AB 53 4D 0 33 37 21 4 26 31
Octal 253 123 115 0 63 67 41 4 46 61
Binary 10101011 1010011 1001101 0 110011 110111 100001 100 100110 110001

Color Harmonies of #AB534D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB534D

Black with #AB534D

Text Example


Text Example

White with #AB534D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB534D; }

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

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

background-color css

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

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

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

border-color css

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

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

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