Html Css Color HEX #AF504A Apple Blossom

📋 copy color: '#AF504A'

red 175 ◦ green 80 ◦ blue 74

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

Shades of Apple Blossom #AF504A

Tints of Apple Blossom #AF504A

RGB

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

 GREEN value IS 80 (31.64% from 255) = 24.32%

 BLUE value IS 74 (29.3% from 255) = 22.49%

R = 53.19%
G = 24.32%
B = 22.49%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.58

 K value IS 0.31

RGB Variations

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

Color information

#AF504A (or 0xAF504A) is known color: Apple Blossom. HEX triplet: AF, 50 and 4A. RGB value is (175,80,74). Sum of RGB (Red+Green+Blue) = 175+80+74=329 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.19% from 329); Green value is 80 (31.64% from 255 or 24.32% from 329); Blue value is 74 (29.30% from 255 or 22.49% from 329); Max value from RGB is 175 - color contains mainly: red. Hex color #AF504A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF504A is #50AFB5. Grayscale: #6B6B6B. Windows color (decimal): -5287862 or 4870319. OLE color: 4870319.

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

Color convert

RGB 175 80 74 -
CMYK 0 0.54 0.58 0.31
HSL 3.56º 0.41% 0.49% -
HSV(B) 3.56º 0.58% 0.69% -
XYZ 21.78 15.35 8.29 -
YUV 107.72 108.97 175.99 -
System Red Green Blue C M Y K H S L
Decimal 175 80 74 0 0.54 0.58 0.31 3.56 0.41 0.49
Hex AF 50 4A 0 36 3A 1F 4 29 31
Octal 257 120 112 0 66 72 37 4 51 61
Binary 10101111 1010000 1001010 0 110110 111010 11111 100 101001 110001

Color Harmonies of #AF504A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF504A

Black with #AF504A

Text Example


Text Example

White with #AF504A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF504A; }

 p { color: rgb(175,80,74); }

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

background-color css

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

 a { background-color: rgb(175,80,74); }

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

border-color css

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

 span { border-color: rgb(175,80,74); }

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