Html Css Color HEX #AF534F Apple Blossom

📋 copy color: '#AF534F'

red 175 ◦ green 83 ◦ blue 79

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

Shades of Apple Blossom #AF534F

Tints of Apple Blossom #AF534F

RGB

 RED value IS 175 (68.75% from 255) = 51.93%

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

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

R = 51.93%
G = 24.63%
B = 23.44%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.55

 K value IS 0.31

RGB Variations

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

Color information

#AF534F (or 0xAF534F) is known color: Apple Blossom. HEX triplet: AF, 53 and 4F. RGB value is (175,83,79). Sum of RGB (Red+Green+Blue) = 175+83+79=337 (44% of max value = 765). Red value is 175 (68.75% from 255 or 51.93% from 337); Green value is 83 (32.81% from 255 or 24.63% from 337); Blue value is 79 (31.25% from 255 or 23.44% from 337); Max value from RGB is 175 - color contains mainly: red. Hex color #AF534F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF534F is #50ACB0. Grayscale: #6E6E6E. Windows color (decimal): -5287089 or 5198767. OLE color: 5198767.

HSL color Cylindrical-coordinate representation of color #AF534F: hue angle of 2.5º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AF534F is Cyan = 0, Magento = 0.53, Yellow = 0.55 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 83 79 -
CMYK 0 0.53 0.55 0.31
HSL 2.5º 0.38% 0.5% -
HSV(B) 2.5º 0.55% 0.69% -
XYZ 22.18 15.86 9.29 -
YUV 110.05 110.48 174.33 -
System Red Green Blue C M Y K H S L
Decimal 175 83 79 0 0.53 0.55 0.31 2.5 0.38 0.5
Hex AF 53 4F 0 35 37 1F 2 26 32
Octal 257 123 117 0 65 67 37 2 46 62
Binary 10101111 1010011 1001111 0 110101 110111 11111 10 100110 110010

Color Harmonies of #AF534F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF534F

Black with #AF534F

Text Example


Text Example

White with #AF534F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF534F; }

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

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

background-color css

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

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

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

border-color css

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

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

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