Html Css Color HEX #A7BCAF Loblolly

📋 copy color: '#A7BCAF'

red 167 ◦ green 188 ◦ blue 175

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

Shades of Loblolly #A7BCAF

Tints of Loblolly #A7BCAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 33.02%

R = 31.51%
G = 35.47%
B = 33.02%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.07

 K value IS 0.26

RGB Variations

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

Color information

#A7BCAF (or 0xA7BCAF) is known color: Loblolly. HEX triplet: A7, BC and AF. RGB value is (167,188,175). Sum of RGB (Red+Green+Blue) = 167+188+175=530 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.51% from 530); Green value is 188 (73.83% from 255 or 35.47% from 530); Blue value is 175 (68.75% from 255 or 33.02% from 530); Max value from RGB is 188 - color contains mainly: green. Hex color #A7BCAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7BCAF is #584350. Grayscale: #B4B4B4. Windows color (decimal): -5784401 or 11517095. OLE color: 11517095.

HSL color Cylindrical-coordinate representation of color #A7BCAF: hue angle of 142.86º 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 #A7BCAF is Cyan = 0.11, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.

Color convert

RGB 167 188 175 -
CMYK 0.11 0 0.07 0.26
HSL 142.86º 0.14% 0.7% -
HSV(B) 142.86º 0.11% 0.74% -
XYZ 41.66 47.28 47.49 -
YUV 180.24 125.04 118.56 -
System Red Green Blue C M Y K H S L
Decimal 167 188 175 0.11 0 0.07 0.26 142.86 0.14 0.7
Hex A7 BC AF B 0 7 1A 8F E 46
Octal 247 274 257 13 0 7 32 217 16 106
Binary 10100111 10111100 10101111 1011 0 111 11010 10001111 1110 1000110

Color Harmonies of #A7BCAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7BCAF

Black with #A7BCAF

Text Example


Text Example

White with #A7BCAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7BCAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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