Html Css Color HEX #A5A967 Green Smoke

📋 copy color: '#A5A967'

red 165 ◦ green 169 ◦ blue 103

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

Shades of Green Smoke #A5A967

Tints of Green Smoke #A5A967

RGB

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

 GREEN value IS 169 (66.41% from 255) = 38.67%

 BLUE value IS 103 (40.63% from 255) = 23.57%

R = 37.76%
G = 38.67%
B = 23.57%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.39

 K value IS 0.34

RGB Variations

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

Color information

#A5A967 (or 0xA5A967) is known color: Green Smoke. HEX triplet: A5, A9 and 67. RGB value is (165,169,103). Sum of RGB (Red+Green+Blue) = 165+169+103=437 (57% of max value = 765). Red value is 165 (64.84% from 255 or 37.76% from 437); Green value is 169 (66.41% from 255 or 38.67% from 437); Blue value is 103 (40.62% from 255 or 23.57% from 437); Max value from RGB is 169 - color contains mainly: green. Hex color #A5A967 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5A967 is #5A5698. Grayscale: #A0A0A0. Windows color (decimal): -5920409 or 6793637. OLE color: 6793637.

HSL color Cylindrical-coordinate representation of color #A5A967: hue angle of 63.64º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A5A967 is Cyan = 0.02, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.34.

Color convert

RGB 165 169 103 -
CMYK 0.02 0 0.39 0.34
HSL 63.64º 0.28% 0.53% -
HSV(B) 63.64º 0.39% 0.66% -
XYZ 32.15 37.35 18.35 -
YUV 160.28 95.67 131.37 -
System Red Green Blue C M Y K H S L
Decimal 165 169 103 0.02 0 0.39 0.34 63.64 0.28 0.53
Hex A5 A9 67 2 0 27 22 40 1C 35
Octal 245 251 147 2 0 47 42 100 34 65
Binary 10100101 10101001 1100111 10 0 100111 100010 1000000 11100 110101

Color Harmonies of #A5A967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5A967

Black with #A5A967

Text Example


Text Example

White with #A5A967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5A967; }

 p { color: rgb(165,169,103); }

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

background-color css

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

 a { background-color: rgb(165,169,103); }

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

border-color css

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

 span { border-color: rgb(165,169,103); }

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