Html Css Color HEX #AF544C Apple Blossom

📋 copy color: '#AF544C'

red 175 ◦ green 84 ◦ blue 76

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

Shades of Apple Blossom #AF544C

Tints of Apple Blossom #AF544C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 22.69%

R = 52.24%
G = 25.07%
B = 22.69%

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

#AF544C (or 0xAF544C) is known color: Apple Blossom. HEX triplet: AF, 54 and 4C. RGB value is (175,84,76). Sum of RGB (Red+Green+Blue) = 175+84+76=335 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.24% from 335); Green value is 84 (33.20% from 255 or 25.07% from 335); Blue value is 76 (30.08% from 255 or 22.69% from 335); Max value from RGB is 175 - color contains mainly: red. Hex color #AF544C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF544C is #50ABB3. Grayscale: #6E6E6E. Windows color (decimal): -5286836 or 5002415. OLE color: 5002415.

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

Color convert

RGB 175 84 76 -
CMYK 0 0.52 0.57 0.31
HSL 4.85º 0.39% 0.49% -
HSV(B) 4.85º 0.57% 0.69% -
XYZ 22.15 15.98 8.75 -
YUV 110.3 108.65 174.15 -
System Red Green Blue C M Y K H S L
Decimal 175 84 76 0 0.52 0.57 0.31 4.85 0.39 0.49
Hex AF 54 4C 0 34 39 1F 5 27 31
Octal 257 124 114 0 64 71 37 5 47 61
Binary 10101111 1010100 1001100 0 110100 111001 11111 101 100111 110001

Color Harmonies of #AF544C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF544C

Black with #AF544C

Text Example


Text Example

White with #AF544C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF544C; }

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

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

background-color css

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

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

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

border-color css

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

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

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