Html Css Color HEX #AF4C3F Apple Blossom

📋 copy color: '#AF4C3F'

red 175 ◦ green 76 ◦ blue 63

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

Shades of Apple Blossom #AF4C3F

Tints of Apple Blossom #AF4C3F

RGB

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

 GREEN value IS 76 (30.08% from 255) = 24.2%

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

R = 55.73%
G = 24.2%
B = 20.06%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#AF4C3F (or 0xAF4C3F) is known color: Apple Blossom. HEX triplet: AF, 4C and 3F. RGB value is (175,76,63). Sum of RGB (Red+Green+Blue) = 175+76+63=314 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.73% from 314); Green value is 76 (30.08% from 255 or 24.20% from 314); Blue value is 63 (25% from 255 or 20.06% from 314); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4C3F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF4C3F is #50B3C0. Grayscale: #686868. Windows color (decimal): -5288897 or 4148399. OLE color: 4148399.

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

Color convert

RGB 175 76 63 -
CMYK 0 0.57 0.64 0.31
HSL 6.96º 0.47% 0.47% -
HSV(B) 6.96º 0.64% 0.69% -
XYZ 21.16 14.64 6.41 -
YUV 104.12 104.8 178.56 -
System Red Green Blue C M Y K H S L
Decimal 175 76 63 0 0.57 0.64 0.31 6.96 0.47 0.47
Hex AF 4C 3F 0 39 40 1F 7 2F 2F
Octal 257 114 77 0 71 100 37 7 57 57
Binary 10101111 1001100 111111 0 111001 1000000 11111 111 101111 101111

Color Harmonies of #AF4C3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4C3F

Black with #AF4C3F

Text Example


Text Example

White with #AF4C3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4C3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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