Html Css Color HEX #ACC1B7 Loblolly

📋 copy color: '#ACC1B7'

red 172 ◦ green 193 ◦ blue 183

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

Shades of Loblolly #ACC1B7

Tints of Loblolly #ACC1B7

RGB

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

 GREEN value IS 193 (75.78% from 255) = 35.22%

 BLUE value IS 183 (71.88% from 255) = 33.39%

R = 31.39%
G = 35.22%
B = 33.39%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.05

 K value IS 0.24

RGB Variations

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

Color information

#ACC1B7 (or 0xACC1B7) is known color: Loblolly. HEX triplet: AC, C1 and B7. RGB value is (172,193,183). Sum of RGB (Red+Green+Blue) = 172+193+183=548 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.39% from 548); Green value is 193 (75.78% from 255 or 35.22% from 548); Blue value is 183 (71.88% from 255 or 33.39% from 548); Max value from RGB is 193 - color contains mainly: green. Hex color #ACC1B7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC1B7 is #533E48. Grayscale: #B9B9B9. Windows color (decimal): -5455433 or 12042668. OLE color: 12042668.

HSL color Cylindrical-coordinate representation of color #ACC1B7: hue angle of 151.43º degrees, saturation: 0.14, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ACC1B7 is Cyan = 0.11, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.24.

Color convert

RGB 172 193 183 -
CMYK 0.11 0 0.05 0.24
HSL 151.43º 0.14% 0.72% -
HSV(B) 151.43º 0.11% 0.76% -
XYZ 44.63 50.33 52.16 -
YUV 185.58 126.54 118.31 -
System Red Green Blue C M Y K H S L
Decimal 172 193 183 0.11 0 0.05 0.24 151.43 0.14 0.72
Hex AC C1 B7 B 0 5 18 97 E 48
Octal 254 301 267 13 0 5 30 227 16 110
Binary 10101100 11000001 10110111 1011 0 101 11000 10010111 1110 1001000

Color Harmonies of #ACC1B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC1B7

Black with #ACC1B7

Text Example


Text Example

White with #ACC1B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC1B7; }

 p { color: rgb(172,193,183); }

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

background-color css

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

 a { background-color: rgb(172,193,183); }

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

border-color css

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

 span { border-color: rgb(172,193,183); }

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