Html Css Color HEX #AFCAC1 Opal

📋 copy color: '#AFCAC1'

red 175 ◦ green 202 ◦ blue 193

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

Shades of Opal #AFCAC1

Tints of Opal #AFCAC1

RGB

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

 GREEN value IS 202 (79.3% from 255) = 35.44%

 BLUE value IS 193 (75.78% from 255) = 33.86%

R = 30.7%
G = 35.44%
B = 33.86%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.04

 K value IS 0.21

RGB Variations

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

Color information

#AFCAC1 (or 0xAFCAC1) is known color: Opal. HEX triplet: AF, CA and C1. RGB value is (175,202,193). Sum of RGB (Red+Green+Blue) = 175+202+193=570 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.70% from 570); Green value is 202 (79.30% from 255 or 35.44% from 570); Blue value is 193 (75.78% from 255 or 33.86% from 570); Max value from RGB is 202 - color contains mainly: green. Hex color #AFCAC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFCAC1 is #50353E. Grayscale: #C0C0C0. Windows color (decimal): -5256511 or 12700335. OLE color: 12700335.

HSL color Cylindrical-coordinate representation of color #AFCAC1: hue angle of 160º degrees, saturation: 0.2, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AFCAC1 is Cyan = 0.13, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.21.

Color convert

RGB 175 202 193 -
CMYK 0.13 0 0.04 0.21
HSL 160º 0.2% 0.74% -
HSV(B) 160º 0.13% 0.79% -
XYZ 48.43 55.21 58.56 -
YUV 192.9 128.05 115.23 -
System Red Green Blue C M Y K H S L
Decimal 175 202 193 0.13 0 0.04 0.21 160 0.2 0.74
Hex AF CA C1 D 0 4 15 A0 14 4A
Octal 257 312 301 15 0 4 25 240 24 112
Binary 10101111 11001010 11000001 1101 0 100 10101 10100000 10100 1001010

Color Harmonies of #AFCAC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCAC1

Black with #AFCAC1

Text Example


Text Example

White with #AFCAC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCAC1; }

 p { color: rgb(175,202,193); }

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

background-color css

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

 a { background-color: rgb(175,202,193); }

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

border-color css

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

 span { border-color: rgb(175,202,193); }

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