Html Css Color HEX #AF4D42 Apple Blossom

📋 copy color: '#AF4D42'

red 175 ◦ green 77 ◦ blue 66

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

Shades of Apple Blossom #AF4D42

Tints of Apple Blossom #AF4D42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 20.75%

R = 55.03%
G = 24.21%
B = 20.75%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.62

 K value IS 0.31

RGB Variations

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

Color information

#AF4D42 (or 0xAF4D42) is known color: Apple Blossom. HEX triplet: AF, 4D and 42. RGB value is (175,77,66). Sum of RGB (Red+Green+Blue) = 175+77+66=318 (42% of max value = 765). Red value is 175 (68.75% from 255 or 55.03% from 318); Green value is 77 (30.47% from 255 or 24.21% from 318); Blue value is 66 (26.17% from 255 or 20.75% from 318); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4D42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF4D42 is #50B2BD. Grayscale: #696969. Windows color (decimal): -5288638 or 4345263. OLE color: 4345263.

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

Color convert

RGB 175 77 66 -
CMYK 0 0.56 0.62 0.31
HSL 6.06º 0.45% 0.47% -
HSV(B) 6.06º 0.62% 0.69% -
XYZ 21.32 14.82 6.89 -
YUV 105.05 105.97 177.89 -
System Red Green Blue C M Y K H S L
Decimal 175 77 66 0 0.56 0.62 0.31 6.06 0.45 0.47
Hex AF 4D 42 0 38 3E 1F 6 2D 2F
Octal 257 115 102 0 70 76 37 6 55 57
Binary 10101111 1001101 1000010 0 111000 111110 11111 110 101101 101111

Color Harmonies of #AF4D42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4D42

Black with #AF4D42

Text Example


Text Example

White with #AF4D42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4D42; }

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

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

background-color css

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

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

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

border-color css

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

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

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