Html Css Color HEX #AFBBB8 Opal

📋 copy color: '#AFBBB8'

red 175 ◦ green 187 ◦ blue 184

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

Shades of Opal #AFBBB8

Tints of Opal #AFBBB8

RGB

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

 GREEN value IS 187 (73.44% from 255) = 34.25%

 BLUE value IS 184 (72.27% from 255) = 33.7%

R = 32.05%
G = 34.25%
B = 33.7%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.02

 K value IS 0.27

RGB Variations

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

Color information

#AFBBB8 (or 0xAFBBB8) is known color: Opal. HEX triplet: AF, BB and B8. RGB value is (175,187,184). Sum of RGB (Red+Green+Blue) = 175+187+184=546 (72% of max value = 765). Red value is 175 (68.75% from 255 or 32.05% from 546); Green value is 187 (73.44% from 255 or 34.25% from 546); Blue value is 184 (72.27% from 255 or 33.70% from 546); Max value from RGB is 187 - color contains mainly: green. Hex color #AFBBB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBBB8 is #504447. Grayscale: #B7B7B7. Windows color (decimal): -5260360 or 12106671. OLE color: 12106671.

HSL color Cylindrical-coordinate representation of color #AFBBB8: hue angle of 165º degrees, saturation: 0.08, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #AFBBB8 is Cyan = 0.06, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.27.

Color convert

RGB 175 187 184 -
CMYK 0.06 0 0.02 0.27
HSL 165º 0.08% 0.71% -
HSV(B) 165º 0.06% 0.73% -
XYZ 44.1 48.12 52.31 -
YUV 183.07 128.52 122.24 -
System Red Green Blue C M Y K H S L
Decimal 175 187 184 0.06 0 0.02 0.27 165 0.08 0.71
Hex AF BB B8 6 0 2 1B A5 8 47
Octal 257 273 270 6 0 2 33 245 10 107
Binary 10101111 10111011 10111000 110 0 10 11011 10100101 1000 1000111

Color Harmonies of #AFBBB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBBB8

Black with #AFBBB8

Text Example


Text Example

White with #AFBBB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBBB8; }

 p { color: rgb(175,187,184); }

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

background-color css

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

 a { background-color: rgb(175,187,184); }

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

border-color css

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

 span { border-color: rgb(175,187,184); }

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