Html Css Color HEX #AF4D4B Apple Blossom

📋 copy color: '#AF4D4B'

red 175 ◦ green 77 ◦ blue 75

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

Shades of Apple Blossom #AF4D4B

Tints of Apple Blossom #AF4D4B

RGB

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

 GREEN value IS 77 (30.47% from 255) = 23.55%

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

R = 53.52%
G = 23.55%
B = 22.94%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.57

 K value IS 0.31

RGB Variations

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

Color information

#AF4D4B (or 0xAF4D4B) is known color: Apple Blossom. HEX triplet: AF, 4D and 4B. RGB value is (175,77,75). Sum of RGB (Red+Green+Blue) = 175+77+75=327 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.52% from 327); Green value is 77 (30.47% from 255 or 23.55% from 327); Blue value is 75 (29.69% from 255 or 22.94% from 327); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4D4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF4D4B is #50B2B4. Grayscale: #6A6A6A. Windows color (decimal): -5288629 or 4935087. OLE color: 4935087.

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

Color convert

RGB 175 77 75 -
CMYK 0 0.56 0.57 0.31
HSL 1.2º 0.4% 0.49% -
HSV(B) 1.2º 0.57% 0.69% -
XYZ 21.6 14.93 8.4 -
YUV 106.07 110.47 177.16 -
System Red Green Blue C M Y K H S L
Decimal 175 77 75 0 0.56 0.57 0.31 1.2 0.4 0.49
Hex AF 4D 4B 0 38 39 1F 1 28 31
Octal 257 115 113 0 70 71 37 1 50 61
Binary 10101111 1001101 1001011 0 111000 111001 11111 1 101000 110001

Color Harmonies of #AF4D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4D4B

Black with #AF4D4B

Text Example


Text Example

White with #AF4D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4D4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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