Html Css Color HEX #AD534F Apple Blossom

📋 copy color: '#AD534F'

red 173 ◦ green 83 ◦ blue 79

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

Shades of Apple Blossom #AD534F

Tints of Apple Blossom #AD534F

RGB

 RED value IS 173 (67.97% from 255) = 51.64%

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

 BLUE value IS 79 (31.25% from 255) = 23.58%

R = 51.64%
G = 24.78%
B = 23.58%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.54

 K value IS 0.32

RGB Variations

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

Color information

#AD534F (or 0xAD534F) is known color: Apple Blossom. HEX triplet: AD, 53 and 4F. RGB value is (173,83,79). Sum of RGB (Red+Green+Blue) = 173+83+79=335 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.64% from 335); Green value is 83 (32.81% from 255 or 24.78% from 335); Blue value is 79 (31.25% from 255 or 23.58% from 335); Max value from RGB is 173 - color contains mainly: red. Hex color #AD534F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD534F is #52ACB0. Grayscale: #6D6D6D. Windows color (decimal): -5418161 or 5198765. OLE color: 5198765.

HSL color Cylindrical-coordinate representation of color #AD534F: hue angle of 2.55º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AD534F is Cyan = 0, Magento = 0.52, Yellow = 0.54 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 83 79 -
CMYK 0 0.52 0.54 0.32
HSL 2.55º 0.37% 0.49% -
HSV(B) 2.55º 0.54% 0.68% -
XYZ 21.74 15.64 9.27 -
YUV 109.45 110.82 173.33 -
System Red Green Blue C M Y K H S L
Decimal 173 83 79 0 0.52 0.54 0.32 2.55 0.37 0.49
Hex AD 53 4F 0 34 36 20 3 25 31
Octal 255 123 117 0 64 66 40 3 45 61
Binary 10101101 1010011 1001111 0 110100 110110 100000 11 100101 110001

Color Harmonies of #AD534F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD534F

Black with #AD534F

Text Example


Text Example

White with #AD534F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD534F; }

 p { color: rgb(173,83,79); }

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

background-color css

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

 a { background-color: rgb(173,83,79); }

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

border-color css

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

 span { border-color: rgb(173,83,79); }

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