Html Css Color HEX #A5A762 Green Smoke

📋 copy color: '#A5A762'

red 165 ◦ green 167 ◦ blue 98

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

Shades of Green Smoke #A5A762

Tints of Green Smoke #A5A762

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 22.79%

R = 38.37%
G = 38.84%
B = 22.79%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.41

 K value IS 0.35

RGB Variations

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

Color information

#A5A762 (or 0xA5A762) is known color: Green Smoke. HEX triplet: A5, A7 and 62. RGB value is (165,167,98). Sum of RGB (Red+Green+Blue) = 165+167+98=430 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.37% from 430); Green value is 167 (65.62% from 255 or 38.84% from 430); Blue value is 98 (38.67% from 255 or 22.79% from 430); Max value from RGB is 167 - color contains mainly: green. Hex color #A5A762 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5A762 is #5A589D. Grayscale: #9E9E9E. Windows color (decimal): -5920926 or 6465445. OLE color: 6465445.

HSL color Cylindrical-coordinate representation of color #A5A762: hue angle of 61.74º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A5A762 is Cyan = 0.01, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 167 98 -
CMYK 0.01 0 0.41 0.35
HSL 61.74º 0.28% 0.52% -
HSV(B) 61.74º 0.41% 0.65% -
XYZ 31.54 36.52 16.94 -
YUV 158.54 93.84 132.61 -
System Red Green Blue C M Y K H S L
Decimal 165 167 98 0.01 0 0.41 0.35 61.74 0.28 0.52
Hex A5 A7 62 1 0 29 23 3E 1C 34
Octal 245 247 142 1 0 51 43 76 34 64
Binary 10100101 10100111 1100010 1 0 101001 100011 111110 11100 110100

Color Harmonies of #A5A762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5A762

Black with #A5A762

Text Example


Text Example

White with #A5A762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5A762; }

 p { color: rgb(165,167,98); }

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

background-color css

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

 a { background-color: rgb(165,167,98); }

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

border-color css

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

 span { border-color: rgb(165,167,98); }

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