Html Css Color HEX #AF5446 Apple Blossom

📋 copy color: '#AF5446'

red 175 ◦ green 84 ◦ blue 70

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

Shades of Apple Blossom #AF5446

Tints of Apple Blossom #AF5446

RGB

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

 GREEN value IS 84 (33.2% from 255) = 25.53%

 BLUE value IS 70 (27.73% from 255) = 21.28%

R = 53.19%
G = 25.53%
B = 21.28%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.60

 K value IS 0.31

RGB Variations

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

Color information

#AF5446 (or 0xAF5446) is known color: Apple Blossom. HEX triplet: AF, 54 and 46. RGB value is (175,84,70). Sum of RGB (Red+Green+Blue) = 175+84+70=329 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.19% from 329); Green value is 84 (33.20% from 255 or 25.53% from 329); Blue value is 70 (27.73% from 255 or 21.28% from 329); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5446 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5446 is #50ABB9. Grayscale: #6D6D6D. Windows color (decimal): -5286842 or 4609199. OLE color: 4609199.

HSL color Cylindrical-coordinate representation of color #AF5446: hue angle of 8º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AF5446 is Cyan = 0, Magento = 0.52, Yellow = 0.60 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 84 70 -
CMYK 0 0.52 0.60 0.31
HSL 0.43% 0.48% -
HSV(B) 0.6% 0.69% -
XYZ 21.96 15.9 7.71 -
YUV 109.61 105.65 174.64 -
System Red Green Blue C M Y K H S L
Decimal 175 84 70 0 0.52 0.60 0.31 8 0.43 0.48
Hex AF 54 46 0 34 3C 1F 8 2B 30
Octal 257 124 106 0 64 74 37 10 53 60
Binary 10101111 1010100 1000110 0 110100 111100 11111 1000 101011 110000

Color Harmonies of #AF5446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5446

Black with #AF5446

Text Example


Text Example

White with #AF5446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5446; }

 p { color: rgb(175,84,70); }

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

background-color css

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

 a { background-color: rgb(175,84,70); }

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

border-color css

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

 span { border-color: rgb(175,84,70); }

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