Html Css Color HEX #A69C7E Grey Olive

📋 copy color: '#A69C7E'

red 166 ◦ green 156 ◦ blue 126

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

Shades of Grey Olive #A69C7E

Tints of Grey Olive #A69C7E

RGB

 RED value IS 166 (65.23% from 255) = 37.05%

 GREEN value IS 156 (61.33% from 255) = 34.82%

 BLUE value IS 126 (49.61% from 255) = 28.13%

R = 37.05%
G = 34.82%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.24

 K value IS 0.35

RGB Variations

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

Color information

#A69C7E (or 0xA69C7E) is known color: Grey Olive. HEX triplet: A6, 9C and 7E. RGB value is (166,156,126). Sum of RGB (Red+Green+Blue) = 166+156+126=448 (59% of max value = 765). Red value is 166 (65.23% from 255 or 37.05% from 448); Green value is 156 (61.33% from 255 or 34.82% from 448); Blue value is 126 (49.61% from 255 or 28.12% from 448); Max value from RGB is 166 - color contains mainly: red. Hex color #A69C7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A69C7E is #596381. Grayscale: #9B9B9B. Windows color (decimal): -5858178 or 8297638. OLE color: 8297638.

HSL color Cylindrical-coordinate representation of color #A69C7E: hue angle of 45º degrees, saturation: 0.18, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A69C7E is Cyan = 0, Magento = 0.06, Yellow = 0.24 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 156 126 -
CMYK 0 0.06 0.24 0.35
HSL 45º 0.18% 0.57% -
HSV(B) 45º 0.24% 0.65% -
XYZ 31.38 33.39 24.53 -
YUV 155.57 111.31 135.44 -
System Red Green Blue C M Y K H S L
Decimal 166 156 126 0 0.06 0.24 0.35 45 0.18 0.57
Hex A6 9C 7E 0 6 18 23 2D 12 39
Octal 246 234 176 0 6 30 43 55 22 71
Binary 10100110 10011100 1111110 0 110 11000 100011 101101 10010 111001

Color Harmonies of #A69C7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69C7E

Black with #A69C7E

Text Example


Text Example

White with #A69C7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69C7E; }

 p { color: rgb(166,156,126); }

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

background-color css

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

 a { background-color: rgb(166,156,126); }

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

border-color css

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

 span { border-color: rgb(166,156,126); }

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