Html Css Color HEX #AF5143 Apple Blossom

📋 copy color: '#AF5143'

red 175 ◦ green 81 ◦ blue 67

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

Shades of Apple Blossom #AF5143

Tints of Apple Blossom #AF5143

RGB

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

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

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

R = 54.18%
G = 25.08%
B = 20.74%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.62

 K value IS 0.31

RGB Variations

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

Color information

#AF5143 (or 0xAF5143) is known color: Apple Blossom. HEX triplet: AF, 51 and 43. RGB value is (175,81,67). Sum of RGB (Red+Green+Blue) = 175+81+67=323 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.18% from 323); Green value is 81 (32.03% from 255 or 25.08% from 323); Blue value is 67 (26.56% from 255 or 20.74% from 323); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5143 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5143 is #50AEBC. Grayscale: #6B6B6B. Windows color (decimal): -5287613 or 4411823. OLE color: 4411823.

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

Color convert

RGB 175 81 67 -
CMYK 0 0.54 0.62 0.31
HSL 7.78º 0.45% 0.47% -
HSV(B) 7.78º 0.62% 0.69% -
XYZ 21.63 15.4 7.14 -
YUV 107.51 105.14 176.14 -
System Red Green Blue C M Y K H S L
Decimal 175 81 67 0 0.54 0.62 0.31 7.78 0.45 0.47
Hex AF 51 43 0 36 3E 1F 8 2D 2F
Octal 257 121 103 0 66 76 37 10 55 57
Binary 10101111 1010001 1000011 0 110110 111110 11111 1000 101101 101111

Color Harmonies of #AF5143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5143

Black with #AF5143

Text Example


Text Example

White with #AF5143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5143; }

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

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

background-color css

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

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

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

border-color css

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

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

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