Html Css Color HEX #AF4F4D Apple Blossom

📋 copy color: '#AF4F4D'

red 175 ◦ green 79 ◦ blue 77

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

Shades of Apple Blossom #AF4F4D

Tints of Apple Blossom #AF4F4D

RGB

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

 GREEN value IS 79 (31.25% from 255) = 23.87%

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

R = 52.87%
G = 23.87%
B = 23.26%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.56

 K value IS 0.31

RGB Variations

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

Color information

#AF4F4D (or 0xAF4F4D) is known color: Apple Blossom. HEX triplet: AF, 4F and 4D. RGB value is (175,79,77). Sum of RGB (Red+Green+Blue) = 175+79+77=331 (43% of max value = 765). Red value is 175 (68.75% from 255 or 52.87% from 331); Green value is 79 (31.25% from 255 or 23.87% from 331); Blue value is 77 (30.47% from 255 or 23.26% from 331); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4F4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF4F4D is #50B0B2. Grayscale: #6B6B6B. Windows color (decimal): -5288115 or 5066671. OLE color: 5066671.

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

Color convert

RGB 175 79 77 -
CMYK 0 0.55 0.56 0.31
HSL 1.22º 0.39% 0.49% -
HSV(B) 1.22º 0.56% 0.69% -
XYZ 21.81 15.24 8.81 -
YUV 107.48 110.8 176.16 -
System Red Green Blue C M Y K H S L
Decimal 175 79 77 0 0.55 0.56 0.31 1.22 0.39 0.49
Hex AF 4F 4D 0 37 38 1F 1 27 31
Octal 257 117 115 0 67 70 37 1 47 61
Binary 10101111 1001111 1001101 0 110111 111000 11111 1 100111 110001

Color Harmonies of #AF4F4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4F4D

Black with #AF4F4D

Text Example


Text Example

White with #AF4F4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4F4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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