Html Css Color HEX #AF544D Apple Blossom

📋 copy color: '#AF544D'

red 175 ◦ green 84 ◦ blue 77

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

Shades of Apple Blossom #AF544D

Tints of Apple Blossom #AF544D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 22.92%

R = 52.08%
G = 25%
B = 22.92%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.56

 K value IS 0.31

RGB Variations

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

Color information

#AF544D (or 0xAF544D) is known color: Apple Blossom. HEX triplet: AF, 54 and 4D. RGB value is (175,84,77). Sum of RGB (Red+Green+Blue) = 175+84+77=336 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.08% from 336); Green value is 84 (33.20% from 255 or 25% from 336); Blue value is 77 (30.47% from 255 or 22.92% from 336); Max value from RGB is 175 - color contains mainly: red. Hex color #AF544D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF544D is #50ABB2. Grayscale: #6E6E6E. Windows color (decimal): -5286835 or 5067951. OLE color: 5067951.

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

Color convert

RGB 175 84 77 -
CMYK 0 0.52 0.56 0.31
HSL 4.29º 0.39% 0.49% -
HSV(B) 4.29º 0.56% 0.69% -
XYZ 22.19 15.99 8.94 -
YUV 110.41 109.15 174.07 -
System Red Green Blue C M Y K H S L
Decimal 175 84 77 0 0.52 0.56 0.31 4.29 0.39 0.49
Hex AF 54 4D 0 34 38 1F 4 27 31
Octal 257 124 115 0 64 70 37 4 47 61
Binary 10101111 1010100 1001101 0 110100 111000 11111 100 100111 110001

Color Harmonies of #AF544D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF544D

Black with #AF544D

Text Example


Text Example

White with #AF544D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF544D; }

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

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

background-color css

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

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

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

border-color css

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

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

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