Html Css Color HEX #AF5043 Apple Blossom

📋 copy color: '#AF5043'

red 175 ◦ green 80 ◦ blue 67

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

Shades of Apple Blossom #AF5043

Tints of Apple Blossom #AF5043

RGB

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

 GREEN value IS 80 (31.64% from 255) = 24.84%

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

R = 54.35%
G = 24.84%
B = 20.81%

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

#AF5043 (or 0xAF5043) is known color: Apple Blossom. HEX triplet: AF, 50 and 43. RGB value is (175,80,67). Sum of RGB (Red+Green+Blue) = 175+80+67=322 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.35% from 322); Green value is 80 (31.64% from 255 or 24.84% from 322); Blue value is 67 (26.56% from 255 or 20.81% from 322); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5043 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5043 is #50AFBC. Grayscale: #6B6B6B. Windows color (decimal): -5287869 or 4411567. OLE color: 4411567.

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

Color convert

RGB 175 80 67 -
CMYK 0 0.54 0.62 0.31
HSL 7.22º 0.45% 0.47% -
HSV(B) 7.22º 0.62% 0.69% -
XYZ 21.56 15.26 7.12 -
YUV 106.92 105.47 176.56 -
System Red Green Blue C M Y K H S L
Decimal 175 80 67 0 0.54 0.62 0.31 7.22 0.45 0.47
Hex AF 50 43 0 36 3E 1F 7 2D 2F
Octal 257 120 103 0 66 76 37 7 55 57
Binary 10101111 1010000 1000011 0 110110 111110 11111 111 101101 101111

Color Harmonies of #AF5043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5043

Black with #AF5043

Text Example


Text Example

White with #AF5043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5043; }

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

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

background-color css

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

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

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

border-color css

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

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

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