Html Css Color HEX #AF5341 Apple Blossom

📋 copy color: '#AF5341'

red 175 ◦ green 83 ◦ blue 65

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

Shades of Apple Blossom #AF5341

Tints of Apple Blossom #AF5341

RGB

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

 GREEN value IS 83 (32.81% from 255) = 25.7%

 BLUE value IS 65 (25.78% from 255) = 20.12%

R = 54.18%
G = 25.7%
B = 20.12%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#AF5341 (or 0xAF5341) is known color: Apple Blossom. HEX triplet: AF, 53 and 41. RGB value is (175,83,65). Sum of RGB (Red+Green+Blue) = 175+83+65=323 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.18% from 323); Green value is 83 (32.81% from 255 or 25.70% from 323); Blue value is 65 (25.78% from 255 or 20.12% from 323); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5341 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5341 is #50ACBE. Grayscale: #6C6C6C. Windows color (decimal): -5287103 or 4281263. OLE color: 4281263.

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

Color convert

RGB 175 83 65 -
CMYK 0 0.53 0.63 0.31
HSL 9.82º 0.46% 0.47% -
HSV(B) 9.82º 0.63% 0.69% -
XYZ 21.73 15.68 6.88 -
YUV 108.46 103.48 175.46 -
System Red Green Blue C M Y K H S L
Decimal 175 83 65 0 0.53 0.63 0.31 9.82 0.46 0.47
Hex AF 53 41 0 35 3F 1F A 2E 2F
Octal 257 123 101 0 65 77 37 12 56 57
Binary 10101111 1010011 1000001 0 110101 111111 11111 1010 101110 101111

Color Harmonies of #AF5341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5341

Black with #AF5341

Text Example


Text Example

White with #AF5341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5341; }

 p { color: rgb(175,83,65); }

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

background-color css

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

 a { background-color: rgb(175,83,65); }

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

border-color css

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

 span { border-color: rgb(175,83,65); }

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