Html Css Color HEX #A7A769 Green Smoke

📋 copy color: '#A7A769'

red 167 ◦ green 167 ◦ blue 105

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

Shades of Green Smoke #A7A769

Tints of Green Smoke #A7A769

RGB

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

 GREEN value IS 167 (65.63% from 255) = 38.04%

 BLUE value IS 105 (41.41% from 255) = 23.92%

R = 38.04%
G = 38.04%
B = 23.92%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.37

 K value IS 0.35

RGB Variations

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

Color information

#A7A769 (or 0xA7A769) is known color: Green Smoke. HEX triplet: A7, A7 and 69. RGB value is (167,167,105). Sum of RGB (Red+Green+Blue) = 167+167+105=439 (58% of max value = 765). Red value is 167 (65.62% from 255 or 38.04% from 439); Green value is 167 (65.62% from 255 or 38.04% from 439); Blue value is 105 (41.41% from 255 or 23.92% from 439); Max value from RGB is 167 - color contains mainly: red, green. Hex color #A7A769 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7A769 is #585896. Grayscale: #A0A0A0. Windows color (decimal): -5789847 or 6924199. OLE color: 6924199.

HSL color Cylindrical-coordinate representation of color #A7A769: hue angle of 60º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A7A769 is Cyan = 0, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 167 105 -
CMYK 0 0 0.37 0.35
HSL 60º 0.26% 0.53% -
HSV(B) 60º 0.37% 0.65% -
XYZ 32.3 36.87 18.78 -
YUV 159.93 97 133.04 -
System Red Green Blue C M Y K H S L
Decimal 167 167 105 0 0 0.37 0.35 60 0.26 0.53
Hex A7 A7 69 0 0 25 23 3C 1A 35
Octal 247 247 151 0 0 45 43 74 32 65
Binary 10100111 10100111 1101001 0 0 100101 100011 111100 11010 110101

Color Harmonies of #A7A769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7A769

Black with #A7A769

Text Example


Text Example

White with #A7A769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7A769; }

 p { color: rgb(167,167,105); }

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

background-color css

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

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

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

border-color css

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

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

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