Html Css Color HEX #AF5240 Apple Blossom

📋 copy color: '#AF5240'

red 175 ◦ green 82 ◦ blue 64

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

Shades of Apple Blossom #AF5240

Tints of Apple Blossom #AF5240

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 19.94%

R = 54.52%
G = 25.55%
B = 19.94%

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

#AF5240 (or 0xAF5240) is known color: Apple Blossom. HEX triplet: AF, 52 and 40. RGB value is (175,82,64). Sum of RGB (Red+Green+Blue) = 175+82+64=321 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.52% from 321); Green value is 82 (32.42% from 255 or 25.55% from 321); Blue value is 64 (25.39% from 255 or 19.94% from 321); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5240 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5240 is #50ADBF. Grayscale: #6B6B6B. Windows color (decimal): -5287360 or 4215471. OLE color: 4215471.

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

Color convert

RGB 175 82 64 -
CMYK 0 0.53 0.63 0.31
HSL 9.73º 0.46% 0.47% -
HSV(B) 9.73º 0.63% 0.69% -
XYZ 21.62 15.52 6.71 -
YUV 107.76 103.31 175.96 -
System Red Green Blue C M Y K H S L
Decimal 175 82 64 0 0.53 0.63 0.31 9.73 0.46 0.47
Hex AF 52 40 0 35 3F 1F A 2E 2F
Octal 257 122 100 0 65 77 37 12 56 57
Binary 10101111 1010010 1000000 0 110101 111111 11111 1010 101110 101111

Color Harmonies of #AF5240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5240

Black with #AF5240

Text Example


Text Example

White with #AF5240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5240; }

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

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

background-color css

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

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

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

border-color css

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

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

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