Html Css Color HEX #A4AF54 Green Smoke

📋 copy color: '#A4AF54'

red 164 ◦ green 175 ◦ blue 84

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

Shades of Green Smoke #A4AF54

Tints of Green Smoke #A4AF54

RGB

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

 GREEN value IS 175 (68.75% from 255) = 41.37%

 BLUE value IS 84 (33.2% from 255) = 19.86%

R = 38.77%
G = 41.37%
B = 19.86%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.52

 K value IS 0.31

RGB Variations

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

Color information

#A4AF54 (or 0xA4AF54) is known color: Green Smoke. HEX triplet: A4, AF and 54. RGB value is (164,175,84). Sum of RGB (Red+Green+Blue) = 164+175+84=423 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.77% from 423); Green value is 175 (68.75% from 255 or 41.37% from 423); Blue value is 84 (33.20% from 255 or 19.86% from 423); Max value from RGB is 175 - color contains mainly: green. Hex color #A4AF54 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4AF54 is #5B50AB. Grayscale: #A1A1A1. Windows color (decimal): -5984428 or 5549988. OLE color: 5549988.

HSL color Cylindrical-coordinate representation of color #A4AF54: hue angle of 67.25º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A4AF54 is Cyan = 0.06, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.31.

Color convert

RGB 164 175 84 -
CMYK 0.06 0 0.52 0.31
HSL 67.25º 0.36% 0.51% -
HSV(B) 67.25º 0.52% 0.69% -
XYZ 32.24 39.19 14.25 -
YUV 161.34 84.36 129.9 -
System Red Green Blue C M Y K H S L
Decimal 164 175 84 0.06 0 0.52 0.31 67.25 0.36 0.51
Hex A4 AF 54 6 0 34 1F 43 24 33
Octal 244 257 124 6 0 64 37 103 44 63
Binary 10100100 10101111 1010100 110 0 110100 11111 1000011 100100 110011

Color Harmonies of #A4AF54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4AF54

Black with #A4AF54

Text Example


Text Example

White with #A4AF54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4AF54; }

 p { color: rgb(164,175,84); }

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

background-color css

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

 a { background-color: rgb(164,175,84); }

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

border-color css

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

 span { border-color: rgb(164,175,84); }

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