Html Css Color HEX #A5AD69 Green Smoke

📋 copy color: '#A5AD69'

red 165 ◦ green 173 ◦ blue 105

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

Shades of Green Smoke #A5AD69

Tints of Green Smoke #A5AD69

RGB

 RED value IS 165 (64.84% from 255) = 37.25%

 GREEN value IS 173 (67.97% from 255) = 39.05%

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

R = 37.25%
G = 39.05%
B = 23.7%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.39

 K value IS 0.32

RGB Variations

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

Color information

#A5AD69 (or 0xA5AD69) is known color: Green Smoke. HEX triplet: A5, AD and 69. RGB value is (165,173,105). Sum of RGB (Red+Green+Blue) = 165+173+105=443 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.25% from 443); Green value is 173 (67.97% from 255 or 39.05% from 443); Blue value is 105 (41.41% from 255 or 23.70% from 443); Max value from RGB is 173 - color contains mainly: green. Hex color #A5AD69 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5AD69 is #5A5296. Grayscale: #A3A3A3. Windows color (decimal): -5919383 or 6925733. OLE color: 6925733.

HSL color Cylindrical-coordinate representation of color #A5AD69: hue angle of 67.06º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A5AD69 is Cyan = 0.05, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.32.

Color convert

RGB 165 173 105 -
CMYK 0.05 0 0.39 0.32
HSL 67.06º 0.29% 0.55% -
HSV(B) 67.06º 0.39% 0.68% -
XYZ 33.01 38.91 19.13 -
YUV 162.86 95.35 129.53 -
System Red Green Blue C M Y K H S L
Decimal 165 173 105 0.05 0 0.39 0.32 67.06 0.29 0.55
Hex A5 AD 69 5 0 27 20 43 1D 37
Octal 245 255 151 5 0 47 40 103 35 67
Binary 10100101 10101101 1101001 101 0 100111 100000 1000011 11101 110111

Color Harmonies of #A5AD69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5AD69

Black with #A5AD69

Text Example


Text Example

White with #A5AD69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5AD69; }

 p { color: rgb(165,173,105); }

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

background-color css

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

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

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

border-color css

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

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

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