Html Css Color HEX #AF5141 Apple Blossom

📋 copy color: '#AF5141'

red 175 ◦ green 81 ◦ blue 65

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

Shades of Apple Blossom #AF5141

Tints of Apple Blossom #AF5141

RGB

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

 GREEN value IS 81 (32.03% from 255) = 25.23%

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

R = 54.52%
G = 25.23%
B = 20.25%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#AF5141 (or 0xAF5141) is known color: Apple Blossom. HEX triplet: AF, 51 and 41. RGB value is (175,81,65). Sum of RGB (Red+Green+Blue) = 175+81+65=321 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.52% from 321); Green value is 81 (32.03% from 255 or 25.23% from 321); Blue value is 65 (25.78% from 255 or 20.25% from 321); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5141 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5141 is #50AEBE. Grayscale: #6B6B6B. Windows color (decimal): -5287615 or 4280751. OLE color: 4280751.

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

Color convert

RGB 175 81 65 -
CMYK 0 0.54 0.63 0.31
HSL 8.73º 0.46% 0.47% -
HSV(B) 8.73º 0.63% 0.69% -
XYZ 21.58 15.38 6.83 -
YUV 107.28 104.14 176.3 -
System Red Green Blue C M Y K H S L
Decimal 175 81 65 0 0.54 0.63 0.31 8.73 0.46 0.47
Hex AF 51 41 0 36 3F 1F 9 2E 2F
Octal 257 121 101 0 66 77 37 11 56 57
Binary 10101111 1010001 1000001 0 110110 111111 11111 1001 101110 101111

Color Harmonies of #AF5141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5141

Black with #AF5141

Text Example


Text Example

White with #AF5141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5141; }

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

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

background-color css

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

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

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

border-color css

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

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

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