Html Css Color HEX #AF4A42 Apple Blossom

📋 copy color: '#AF4A42'

red 175 ◦ green 74 ◦ blue 66

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

Shades of Apple Blossom #AF4A42

Tints of Apple Blossom #AF4A42

RGB

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

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

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

R = 55.56%
G = 23.49%
B = 20.95%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.62

 K value IS 0.31

RGB Variations

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

Color information

#AF4A42 (or 0xAF4A42) is known color: Apple Blossom. HEX triplet: AF, 4A and 42. RGB value is (175,74,66). Sum of RGB (Red+Green+Blue) = 175+74+66=315 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.56% from 315); Green value is 74 (29.30% from 255 or 23.49% from 315); Blue value is 66 (26.17% from 255 or 20.95% from 315); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4A42 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF4A42 is #50B5BD. Grayscale: #676767. Windows color (decimal): -5289406 or 4344495. OLE color: 4344495.

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

Color convert

RGB 175 74 66 -
CMYK 0 0.58 0.62 0.31
HSL 4.4º 0.45% 0.47% -
HSV(B) 4.4º 0.62% 0.69% -
XYZ 21.11 14.4 6.82 -
YUV 103.29 106.96 179.15 -
System Red Green Blue C M Y K H S L
Decimal 175 74 66 0 0.58 0.62 0.31 4.4 0.45 0.47
Hex AF 4A 42 0 3A 3E 1F 4 2D 2F
Octal 257 112 102 0 72 76 37 4 55 57
Binary 10101111 1001010 1000010 0 111010 111110 11111 100 101101 101111

Color Harmonies of #AF4A42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4A42

Black with #AF4A42

Text Example


Text Example

White with #AF4A42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4A42; }

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

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

background-color css

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

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

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

border-color css

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

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

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