Html Css Color HEX #AF8CA2 Bouquet

📋 copy color: '#AF8CA2'

red 175 ◦ green 140 ◦ blue 162

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

Shades of Bouquet #AF8CA2

Tints of Bouquet #AF8CA2

RGB

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

 GREEN value IS 140 (55.08% from 255) = 29.35%

 BLUE value IS 162 (63.67% from 255) = 33.96%

R = 36.69%
G = 29.35%
B = 33.96%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.07

 K value IS 0.31

RGB Variations

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

Color information

#AF8CA2 (or 0xAF8CA2) is known color: Bouquet. HEX triplet: AF, 8C and A2. RGB value is (175,140,162). Sum of RGB (Red+Green+Blue) = 175+140+162=477 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.69% from 477); Green value is 140 (55.08% from 255 or 29.35% from 477); Blue value is 162 (63.67% from 255 or 33.96% from 477); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8CA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8CA2 is #50735D. Grayscale: #989898. Windows color (decimal): -5272414 or 10652847. OLE color: 10652847.

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

Color convert

RGB 175 140 162 -
CMYK 0 0.2 0.07 0.31
HSL 322.29º 0.18% 0.62% -
HSV(B) 322.29º 0.2% 0.69% -
XYZ 33.58 30.48 38.3 -
YUV 152.97 133.1 143.71 -
System Red Green Blue C M Y K H S L
Decimal 175 140 162 0 0.2 0.07 0.31 322.29 0.18 0.62
Hex AF 8C A2 0 14 7 1F 142 12 3E
Octal 257 214 242 0 24 7 37 502 22 76
Binary 10101111 10001100 10100010 0 10100 111 11111 101000010 10010 111110

Color Harmonies of #AF8CA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8CA2

Black with #AF8CA2

Text Example


Text Example

White with #AF8CA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8CA2; }

 p { color: rgb(175,140,162); }

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

background-color css

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

 a { background-color: rgb(175,140,162); }

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

border-color css

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

 span { border-color: rgb(175,140,162); }

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