Html Css Color HEX #ACC0B7 Loblolly

📋 copy color: '#ACC0B7'

red 172 ◦ green 192 ◦ blue 183

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

Shades of Loblolly #ACC0B7

Tints of Loblolly #ACC0B7

RGB

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

 GREEN value IS 192 (75.39% from 255) = 35.1%

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

R = 31.44%
G = 35.1%
B = 33.46%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.05

 K value IS 0.25

RGB Variations

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

Color information

#ACC0B7 (or 0xACC0B7) is known color: Loblolly. HEX triplet: AC, C0 and B7. RGB value is (172,192,183). Sum of RGB (Red+Green+Blue) = 172+192+183=547 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.44% from 547); Green value is 192 (75.39% from 255 or 35.10% from 547); Blue value is 183 (71.88% from 255 or 33.46% from 547); Max value from RGB is 192 - color contains mainly: green. Hex color #ACC0B7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC0B7 is #533F48. Grayscale: #B9B9B9. Windows color (decimal): -5455689 or 12042412. OLE color: 12042412.

HSL color Cylindrical-coordinate representation of color #ACC0B7: hue angle of 153º degrees, saturation: 0.14, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ACC0B7 is Cyan = 0.10, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.25.

Color convert

RGB 172 192 183 -
CMYK 0.10 0 0.05 0.25
HSL 153º 0.14% 0.71% -
HSV(B) 153º 0.1% 0.75% -
XYZ 44.41 49.89 52.09 -
YUV 184.99 126.87 118.73 -
System Red Green Blue C M Y K H S L
Decimal 172 192 183 0.10 0 0.05 0.25 153 0.14 0.71
Hex AC C0 B7 A 0 5 19 99 E 47
Octal 254 300 267 12 0 5 31 231 16 107
Binary 10101100 11000000 10110111 1010 0 101 11001 10011001 1110 1000111

Color Harmonies of #ACC0B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC0B7

Black with #ACC0B7

Text Example


Text Example

White with #ACC0B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC0B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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