Html Css Color HEX #AF4D40 Apple Blossom

📋 copy color: '#AF4D40'

red 175 ◦ green 77 ◦ blue 64

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

Shades of Apple Blossom #AF4D40

Tints of Apple Blossom #AF4D40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 20.25%

R = 55.38%
G = 24.37%
B = 20.25%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#AF4D40 (or 0xAF4D40) is known color: Apple Blossom. HEX triplet: AF, 4D and 40. RGB value is (175,77,64). Sum of RGB (Red+Green+Blue) = 175+77+64=316 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.38% from 316); Green value is 77 (30.47% from 255 or 24.37% from 316); Blue value is 64 (25.39% from 255 or 20.25% from 316); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4D40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF4D40 is #50B2BF. Grayscale: #686868. Windows color (decimal): -5288640 or 4214191. OLE color: 4214191.

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

Color convert

RGB 175 77 64 -
CMYK 0 0.56 0.63 0.31
HSL 7.03º 0.46% 0.47% -
HSV(B) 7.03º 0.63% 0.69% -
XYZ 21.26 14.79 6.59 -
YUV 104.82 104.97 178.06 -
System Red Green Blue C M Y K H S L
Decimal 175 77 64 0 0.56 0.63 0.31 7.03 0.46 0.47
Hex AF 4D 40 0 38 3F 1F 7 2E 2F
Octal 257 115 100 0 70 77 37 7 56 57
Binary 10101111 1001101 1000000 0 111000 111111 11111 111 101110 101111

Color Harmonies of #AF4D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4D40

Black with #AF4D40

Text Example


Text Example

White with #AF4D40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4D40; }

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

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

background-color css

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

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

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

border-color css

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

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

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