Html Css Color HEX #AF5242 Apple Blossom

📋 copy color: '#AF5242'

red 175 ◦ green 82 ◦ blue 66

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

Shades of Apple Blossom #AF5242

Tints of Apple Blossom #AF5242

RGB

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

 GREEN value IS 82 (32.42% from 255) = 25.39%

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

R = 54.18%
G = 25.39%
B = 20.43%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.62

 K value IS 0.31

RGB Variations

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

Color information

#AF5242 (or 0xAF5242) is known color: Apple Blossom. HEX triplet: AF, 52 and 42. RGB value is (175,82,66). Sum of RGB (Red+Green+Blue) = 175+82+66=323 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.18% from 323); Green value is 82 (32.42% from 255 or 25.39% from 323); Blue value is 66 (26.17% from 255 or 20.43% from 323); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5242 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5242 is #50ADBD. Grayscale: #6C6C6C. Windows color (decimal): -5287358 or 4346543. OLE color: 4346543.

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

Color convert

RGB 175 82 66 -
CMYK 0 0.53 0.62 0.31
HSL 8.81º 0.45% 0.47% -
HSV(B) 8.81º 0.62% 0.69% -
XYZ 21.68 15.54 7.01 -
YUV 107.98 104.31 175.8 -
System Red Green Blue C M Y K H S L
Decimal 175 82 66 0 0.53 0.62 0.31 8.81 0.45 0.47
Hex AF 52 42 0 35 3E 1F 9 2D 2F
Octal 257 122 102 0 65 76 37 11 55 57
Binary 10101111 1010010 1000010 0 110101 111110 11111 1001 101101 101111

Color Harmonies of #AF5242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5242

Black with #AF5242

Text Example


Text Example

White with #AF5242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5242; }

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

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

background-color css

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

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

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

border-color css

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

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

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