Html Css Color HEX #A5AF69 Green Smoke

📋 copy color: '#A5AF69'

red 165 ◦ green 175 ◦ blue 105

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

Shades of Green Smoke #A5AF69

Tints of Green Smoke #A5AF69

RGB

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

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

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

R = 37.08%
G = 39.33%
B = 23.6%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.40

 K value IS 0.31

RGB Variations

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

Color information

#A5AF69 (or 0xA5AF69) is known color: Green Smoke. HEX triplet: A5, AF and 69. RGB value is (165,175,105). Sum of RGB (Red+Green+Blue) = 165+175+105=445 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.08% from 445); Green value is 175 (68.75% from 255 or 39.33% from 445); Blue value is 105 (41.41% from 255 or 23.60% from 445); Max value from RGB is 175 - color contains mainly: green. Hex color #A5AF69 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5AF69 is #5A5096. Grayscale: #A4A4A4. Windows color (decimal): -5918871 or 6926245. OLE color: 6926245.

HSL color Cylindrical-coordinate representation of color #A5AF69: hue angle of 68.57º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A5AF69 is Cyan = 0.06, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.31.

Color convert

RGB 165 175 105 -
CMYK 0.06 0 0.40 0.31
HSL 68.57º 0.3% 0.55% -
HSV(B) 68.57º 0.4% 0.69% -
XYZ 33.4 39.68 19.26 -
YUV 164.03 94.69 128.69 -
System Red Green Blue C M Y K H S L
Decimal 165 175 105 0.06 0 0.40 0.31 68.57 0.3 0.55
Hex A5 AF 69 6 0 28 1F 45 1E 37
Octal 245 257 151 6 0 50 37 105 36 67
Binary 10100101 10101111 1101001 110 0 101000 11111 1000101 11110 110111

Color Harmonies of #A5AF69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5AF69

Black with #A5AF69

Text Example


Text Example

White with #A5AF69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5AF69; }

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

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

background-color css

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

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

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

border-color css

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

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

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