Html Css Color HEX #AF513F Apple Blossom

📋 copy color: '#AF513F'

red 175 ◦ green 81 ◦ blue 63

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

Shades of Apple Blossom #AF513F

Tints of Apple Blossom #AF513F

RGB

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

 GREEN value IS 81 (32.03% from 255) = 25.39%

 BLUE value IS 63 (25% from 255) = 19.75%

R = 54.86%
G = 25.39%
B = 19.75%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#AF513F (or 0xAF513F) is known color: Apple Blossom. HEX triplet: AF, 51 and 3F. RGB value is (175,81,63). Sum of RGB (Red+Green+Blue) = 175+81+63=319 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.86% from 319); Green value is 81 (32.03% from 255 or 25.39% from 319); Blue value is 63 (25% from 255 or 19.75% from 319); Max value from RGB is 175 - color contains mainly: red. Hex color #AF513F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF513F is #50AEC0. Grayscale: #6B6B6B. Windows color (decimal): -5287617 or 4149679. OLE color: 4149679.

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

Color convert

RGB 175 81 63 -
CMYK 0 0.54 0.64 0.31
HSL 9.64º 0.47% 0.47% -
HSV(B) 9.64º 0.64% 0.69% -
XYZ 21.52 15.36 6.53 -
YUV 107.05 103.14 176.46 -
System Red Green Blue C M Y K H S L
Decimal 175 81 63 0 0.54 0.64 0.31 9.64 0.47 0.47
Hex AF 51 3F 0 36 40 1F A 2F 2F
Octal 257 121 77 0 66 100 37 12 57 57
Binary 10101111 1010001 111111 0 110110 1000000 11111 1010 101111 101111

Color Harmonies of #AF513F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF513F

Black with #AF513F

Text Example


Text Example

White with #AF513F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF513F; }

 p { color: rgb(175,81,63); }

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

background-color css

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

 a { background-color: rgb(175,81,63); }

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

border-color css

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

 span { border-color: rgb(175,81,63); }

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