Html Css Color HEX #AF5145 Apple Blossom

📋 copy color: '#AF5145'

red 175 ◦ green 81 ◦ blue 69

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

Shades of Apple Blossom #AF5145

Tints of Apple Blossom #AF5145

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 21.23%

R = 53.85%
G = 24.92%
B = 21.23%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.61

 K value IS 0.31

RGB Variations

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

Color information

#AF5145 (or 0xAF5145) is known color: Apple Blossom. HEX triplet: AF, 51 and 45. RGB value is (175,81,69). Sum of RGB (Red+Green+Blue) = 175+81+69=325 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.85% from 325); Green value is 81 (32.03% from 255 or 24.92% from 325); Blue value is 69 (27.34% from 255 or 21.23% from 325); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5145 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5145 is #50AEBA. Grayscale: #6B6B6B. Windows color (decimal): -5287611 or 4542895. OLE color: 4542895.

HSL color Cylindrical-coordinate representation of color #AF5145: hue angle of 6.79º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AF5145 is Cyan = 0, Magento = 0.54, Yellow = 0.61 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 81 69 -
CMYK 0 0.54 0.61 0.31
HSL 6.79º 0.43% 0.48% -
HSV(B) 6.79º 0.61% 0.69% -
XYZ 21.7 15.43 7.46 -
YUV 107.74 106.14 175.98 -
System Red Green Blue C M Y K H S L
Decimal 175 81 69 0 0.54 0.61 0.31 6.79 0.43 0.48
Hex AF 51 45 0 36 3D 1F 7 2B 30
Octal 257 121 105 0 66 75 37 7 53 60
Binary 10101111 1010001 1000101 0 110110 111101 11111 111 101011 110000

Color Harmonies of #AF5145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5145

Black with #AF5145

Text Example


Text Example

White with #AF5145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5145; }

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

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

background-color css

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

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

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

border-color css

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

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

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