Html Css Color HEX #A4A75F Green Smoke

📋 copy color: '#A4A75F'

red 164 ◦ green 167 ◦ blue 95

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

Shades of Green Smoke #A4A75F

Tints of Green Smoke #A4A75F

RGB

 RED value IS 164 (64.45% from 255) = 38.5%

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

 BLUE value IS 95 (37.5% from 255) = 22.3%

R = 38.5%
G = 39.2%
B = 22.3%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.43

 K value IS 0.35

RGB Variations

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

Color information

#A4A75F (or 0xA4A75F) is known color: Green Smoke. HEX triplet: A4, A7 and 5F. RGB value is (164,167,95). Sum of RGB (Red+Green+Blue) = 164+167+95=426 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.50% from 426); Green value is 167 (65.62% from 255 or 39.20% from 426); Blue value is 95 (37.5% from 255 or 22.30% from 426); Max value from RGB is 167 - color contains mainly: green. Hex color #A4A75F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4A75F is #5B58A0. Grayscale: #9E9E9E. Windows color (decimal): -5986465 or 6268836. OLE color: 6268836.

HSL color Cylindrical-coordinate representation of color #A4A75F: hue angle of 62.5º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A4A75F is Cyan = 0.02, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.35.

Color convert

RGB 164 167 95 -
CMYK 0.02 0 0.43 0.35
HSL 62.5º 0.29% 0.51% -
HSV(B) 62.5º 0.43% 0.65% -
XYZ 31.19 36.36 16.2 -
YUV 157.9 92.51 132.35 -
System Red Green Blue C M Y K H S L
Decimal 164 167 95 0.02 0 0.43 0.35 62.5 0.29 0.51
Hex A4 A7 5F 2 0 2B 23 3F 1D 33
Octal 244 247 137 2 0 53 43 77 35 63
Binary 10100100 10100111 1011111 10 0 101011 100011 111111 11101 110011

Color Harmonies of #A4A75F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4A75F

Black with #A4A75F

Text Example


Text Example

White with #A4A75F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4A75F; }

 p { color: rgb(164,167,95); }

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

background-color css

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

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

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

border-color css

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

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

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