Html Css Color HEX #A7BCB0 Loblolly

📋 copy color: '#A7BCB0'

red 167 ◦ green 188 ◦ blue 176

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

Shades of Loblolly #A7BCB0

Tints of Loblolly #A7BCB0

RGB

 RED value IS 167 (65.63% from 255) = 31.45%

 GREEN value IS 188 (73.83% from 255) = 35.4%

 BLUE value IS 176 (69.14% from 255) = 33.15%

R = 31.45%
G = 35.4%
B = 33.15%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.06

 K value IS 0.26

RGB Variations

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

Color information

#A7BCB0 (or 0xA7BCB0) is known color: Loblolly. HEX triplet: A7, BC and B0. RGB value is (167,188,176). Sum of RGB (Red+Green+Blue) = 167+188+176=531 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.45% from 531); Green value is 188 (73.83% from 255 or 35.40% from 531); Blue value is 176 (69.14% from 255 or 33.15% from 531); Max value from RGB is 188 - color contains mainly: green. Hex color #A7BCB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7BCB0 is #58434F. Grayscale: #B4B4B4. Windows color (decimal): -5784400 or 11582631. OLE color: 11582631.

HSL color Cylindrical-coordinate representation of color #A7BCB0: hue angle of 145.71º degrees, saturation: 0.14, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A7BCB0 is Cyan = 0.11, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.26.

Color convert

RGB 167 188 176 -
CMYK 0.11 0 0.06 0.26
HSL 145.71º 0.14% 0.7% -
HSV(B) 145.71º 0.11% 0.74% -
XYZ 41.76 47.32 48.01 -
YUV 180.35 125.54 118.48 -
System Red Green Blue C M Y K H S L
Decimal 167 188 176 0.11 0 0.06 0.26 145.71 0.14 0.7
Hex A7 BC B0 B 0 6 1A 92 E 46
Octal 247 274 260 13 0 6 32 222 16 106
Binary 10100111 10111100 10110000 1011 0 110 11010 10010010 1110 1000110

Color Harmonies of #A7BCB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7BCB0

Black with #A7BCB0

Text Example


Text Example

White with #A7BCB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7BCB0; }

 p { color: rgb(167,188,176); }

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

background-color css

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

 a { background-color: rgb(167,188,176); }

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

border-color css

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

 span { border-color: rgb(167,188,176); }

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