Html Css Color HEX #ACAFAD Loblolly

📋 copy color: '#ACAFAD'

red 172 ◦ green 175 ◦ blue 173

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

Shades of Loblolly #ACAFAD

Tints of Loblolly #ACAFAD

RGB

 RED value IS 172 (67.58% from 255) = 33.08%

 GREEN value IS 175 (68.75% from 255) = 33.65%

 BLUE value IS 173 (67.97% from 255) = 33.27%

R = 33.08%
G = 33.65%
B = 33.27%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

#ACAFAD (or 0xACAFAD) is known color: Loblolly. HEX triplet: AC, AF and AD. RGB value is (172,175,173). Sum of RGB (Red+Green+Blue) = 172+175+173=520 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.08% from 520); Green value is 175 (68.75% from 255 or 33.65% from 520); Blue value is 173 (67.97% from 255 or 33.27% from 520); Max value from RGB is 175 - color contains mainly: green. Hex color #ACAFAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACAFAD is #535052. Grayscale: #ADADAD. Windows color (decimal): -5460051 or 11382700. OLE color: 11382700.

HSL color Cylindrical-coordinate representation of color #ACAFAD: hue angle of 140º degrees, saturation: 0.02, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #ACAFAD is Cyan = 0.02, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB 172 175 173 -
CMYK 0.02 0 0.01 0.31
HSL 140º 0.02% 0.68% -
HSV(B) 140º 0.02% 0.69% -
XYZ 39.89 42.45 45.63 -
YUV 173.88 127.51 126.66 -
System Red Green Blue C M Y K H S L
Decimal 172 175 173 0.02 0 0.01 0.31 140 0.02 0.68
Hex AC AF AD 2 0 1 1F 8C 2 44
Octal 254 257 255 2 0 1 37 214 2 104
Binary 10101100 10101111 10101101 10 0 1 11111 10001100 10 1000100

Color Harmonies of #ACAFAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACAFAD

Black with #ACAFAD

Text Example


Text Example

White with #ACAFAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACAFAD; }

 p { color: rgb(172,175,173); }

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

background-color css

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

 a { background-color: rgb(172,175,173); }

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

border-color css

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

 span { border-color: rgb(172,175,173); }

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