Html Css Color HEX #AF879A Bouquet

📋 copy color: '#AF879A'

red 175 ◦ green 135 ◦ blue 154

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

Shades of Bouquet #AF879A

Tints of Bouquet #AF879A

RGB

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

 GREEN value IS 135 (53.13% from 255) = 29.09%

 BLUE value IS 154 (60.55% from 255) = 33.19%

R = 37.72%
G = 29.09%
B = 33.19%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.12

 K value IS 0.31

RGB Variations

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

Color information

#AF879A (or 0xAF879A) is known color: Bouquet. HEX triplet: AF, 87 and 9A. RGB value is (175,135,154). Sum of RGB (Red+Green+Blue) = 175+135+154=464 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.72% from 464); Green value is 135 (53.12% from 255 or 29.09% from 464); Blue value is 154 (60.55% from 255 or 33.19% from 464); Max value from RGB is 175 - color contains mainly: red. Hex color #AF879A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF879A is #507865. Grayscale: #959595. Windows color (decimal): -5273702 or 10127279. OLE color: 10127279.

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

Color convert

RGB 175 135 154 -
CMYK 0 0.23 0.12 0.31
HSL 331.5º 0.2% 0.61% -
HSV(B) 331.5º 0.23% 0.69% -
XYZ 32.18 28.78 34.43 -
YUV 149.13 130.75 146.46 -
System Red Green Blue C M Y K H S L
Decimal 175 135 154 0 0.23 0.12 0.31 331.5 0.2 0.61
Hex AF 87 9A 0 17 C 1F 14C 14 3D
Octal 257 207 232 0 27 14 37 514 24 75
Binary 10101111 10000111 10011010 0 10111 1100 11111 101001100 10100 111101

Color Harmonies of #AF879A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF879A

Black with #AF879A

Text Example


Text Example

White with #AF879A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF879A; }

 p { color: rgb(175,135,154); }

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

background-color css

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

 a { background-color: rgb(175,135,154); }

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

border-color css

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

 span { border-color: rgb(175,135,154); }

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