Html Css Color HEX #AF544B Apple Blossom

📋 copy color: '#AF544B'

red 175 ◦ green 84 ◦ blue 75

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

Shades of Apple Blossom #AF544B

Tints of Apple Blossom #AF544B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 22.46%

R = 52.4%
G = 25.15%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.57

 K value IS 0.31

RGB Variations

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

Color information

#AF544B (or 0xAF544B) is known color: Apple Blossom. HEX triplet: AF, 54 and 4B. RGB value is (175,84,75). Sum of RGB (Red+Green+Blue) = 175+84+75=334 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.40% from 334); Green value is 84 (33.20% from 255 or 25.15% from 334); Blue value is 75 (29.69% from 255 or 22.46% from 334); Max value from RGB is 175 - color contains mainly: red. Hex color #AF544B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF544B is #50ABB4. Grayscale: #6E6E6E. Windows color (decimal): -5286837 or 4936879. OLE color: 4936879.

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

Color convert

RGB 175 84 75 -
CMYK 0 0.52 0.57 0.31
HSL 5.4º 0.4% 0.49% -
HSV(B) 5.4º 0.57% 0.69% -
XYZ 22.12 15.96 8.57 -
YUV 110.18 108.15 174.23 -
System Red Green Blue C M Y K H S L
Decimal 175 84 75 0 0.52 0.57 0.31 5.4 0.4 0.49
Hex AF 54 4B 0 34 39 1F 5 28 31
Octal 257 124 113 0 64 71 37 5 50 61
Binary 10101111 1010100 1001011 0 110100 111001 11111 101 101000 110001

Color Harmonies of #AF544B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF544B

Black with #AF544B

Text Example


Text Example

White with #AF544B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF544B; }

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

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

background-color css

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

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

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

border-color css

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

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

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