Html Css Color HEX #AF5243 Apple Blossom

📋 copy color: '#AF5243'

red 175 ◦ green 82 ◦ blue 67

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

Shades of Apple Blossom #AF5243

Tints of Apple Blossom #AF5243

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 20.68%

R = 54.01%
G = 25.31%
B = 20.68%

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

#AF5243 (or 0xAF5243) is known color: Apple Blossom. HEX triplet: AF, 52 and 43. RGB value is (175,82,67). Sum of RGB (Red+Green+Blue) = 175+82+67=324 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.01% from 324); Green value is 82 (32.42% from 255 or 25.31% from 324); Blue value is 67 (26.56% from 255 or 20.68% from 324); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5243 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5243 is #50ADBC. Grayscale: #6C6C6C. Windows color (decimal): -5287357 or 4412079. OLE color: 4412079.

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

Color convert

RGB 175 82 67 -
CMYK 0 0.53 0.62 0.31
HSL 8.33º 0.45% 0.47% -
HSV(B) 8.33º 0.62% 0.69% -
XYZ 21.71 15.55 7.17 -
YUV 108.1 104.81 175.72 -
System Red Green Blue C M Y K H S L
Decimal 175 82 67 0 0.53 0.62 0.31 8.33 0.45 0.47
Hex AF 52 43 0 35 3E 1F 8 2D 2F
Octal 257 122 103 0 65 76 37 10 55 57
Binary 10101111 1010010 1000011 0 110101 111110 11111 1000 101101 101111

Color Harmonies of #AF5243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5243

Black with #AF5243

Text Example


Text Example

White with #AF5243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5243; }

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

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

background-color css

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

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

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

border-color css

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

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

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