Html Css Color HEX #AF544E Apple Blossom

📋 copy color: '#AF544E'

red 175 ◦ green 84 ◦ blue 78

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

Shades of Apple Blossom #AF544E

Tints of Apple Blossom #AF544E

RGB

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

 GREEN value IS 84 (33.2% from 255) = 24.93%

 BLUE value IS 78 (30.86% from 255) = 23.15%

R = 51.93%
G = 24.93%
B = 23.15%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.55

 K value IS 0.31

RGB Variations

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

Color information

#AF544E (or 0xAF544E) is known color: Apple Blossom. HEX triplet: AF, 54 and 4E. RGB value is (175,84,78). Sum of RGB (Red+Green+Blue) = 175+84+78=337 (44% of max value = 765). Red value is 175 (68.75% from 255 or 51.93% from 337); Green value is 84 (33.20% from 255 or 24.93% from 337); Blue value is 78 (30.86% from 255 or 23.15% from 337); Max value from RGB is 175 - color contains mainly: red. Hex color #AF544E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF544E is #50ABB1. Grayscale: #6E6E6E. Windows color (decimal): -5286834 or 5133487. OLE color: 5133487.

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

Color convert

RGB 175 84 78 -
CMYK 0 0.52 0.55 0.31
HSL 3.71º 0.38% 0.5% -
HSV(B) 3.71º 0.55% 0.69% -
XYZ 22.22 16 9.13 -
YUV 110.53 109.65 173.99 -
System Red Green Blue C M Y K H S L
Decimal 175 84 78 0 0.52 0.55 0.31 3.71 0.38 0.5
Hex AF 54 4E 0 34 37 1F 4 26 32
Octal 257 124 116 0 64 67 37 4 46 62
Binary 10101111 1010100 1001110 0 110100 110111 11111 100 100110 110010

Color Harmonies of #AF544E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF544E

Black with #AF544E

Text Example


Text Example

White with #AF544E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF544E; }

 p { color: rgb(175,84,78); }

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

background-color css

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

 a { background-color: rgb(175,84,78); }

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

border-color css

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

 span { border-color: rgb(175,84,78); }

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