Html Css Color HEX #AF4A3F Apple Blossom

📋 copy color: '#AF4A3F'

red 175 ◦ green 74 ◦ blue 63

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

Shades of Apple Blossom #AF4A3F

Tints of Apple Blossom #AF4A3F

RGB

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

 GREEN value IS 74 (29.3% from 255) = 23.72%

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

R = 56.09%
G = 23.72%
B = 20.19%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#AF4A3F (or 0xAF4A3F) is known color: Apple Blossom. HEX triplet: AF, 4A and 3F. RGB value is (175,74,63). Sum of RGB (Red+Green+Blue) = 175+74+63=312 (41% of max value = 765). Red value is 175 (68.75% from 255 or 56.09% from 312); Green value is 74 (29.30% from 255 or 23.72% from 312); Blue value is 63 (25% from 255 or 20.19% from 312); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4A3F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF4A3F is #50B5C0. Grayscale: #676767. Windows color (decimal): -5289409 or 4147887. OLE color: 4147887.

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

Color convert

RGB 175 74 63 -
CMYK 0 0.58 0.64 0.31
HSL 5.89º 0.47% 0.47% -
HSV(B) 5.89º 0.64% 0.69% -
XYZ 21.03 14.37 6.37 -
YUV 102.95 105.46 179.39 -
System Red Green Blue C M Y K H S L
Decimal 175 74 63 0 0.58 0.64 0.31 5.89 0.47 0.47
Hex AF 4A 3F 0 3A 40 1F 6 2F 2F
Octal 257 112 77 0 72 100 37 6 57 57
Binary 10101111 1001010 111111 0 111010 1000000 11111 110 101111 101111

Color Harmonies of #AF4A3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4A3F

Black with #AF4A3F

Text Example


Text Example

White with #AF4A3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4A3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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