Html Css Color HEX #A5A267 Green Smoke

📋 copy color: '#A5A267'

red 165 ◦ green 162 ◦ blue 103

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

Shades of Green Smoke #A5A267

Tints of Green Smoke #A5A267

RGB

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

 GREEN value IS 162 (63.67% from 255) = 37.67%

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

R = 38.37%
G = 37.67%
B = 23.95%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.38

 K value IS 0.35

RGB Variations

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

Color information

#A5A267 (or 0xA5A267) is known color: Green Smoke. HEX triplet: A5, A2 and 67. RGB value is (165,162,103). Sum of RGB (Red+Green+Blue) = 165+162+103=430 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.37% from 430); Green value is 162 (63.67% from 255 or 37.67% from 430); Blue value is 103 (40.62% from 255 or 23.95% from 430); Max value from RGB is 165 - color contains mainly: red. Hex color #A5A267 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5A267 is #5A5D98. Grayscale: #9C9C9C. Windows color (decimal): -5922201 or 6791845. OLE color: 6791845.

HSL color Cylindrical-coordinate representation of color #A5A267: hue angle of 57.1º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A5A267 is Cyan = 0, Magento = 0.02, Yellow = 0.38 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 162 103 -
CMYK 0 0.02 0.38 0.35
HSL 57.1º 0.26% 0.53% -
HSV(B) 57.1º 0.38% 0.65% -
XYZ 30.89 34.82 17.92 -
YUV 156.17 97.99 134.3 -
System Red Green Blue C M Y K H S L
Decimal 165 162 103 0 0.02 0.38 0.35 57.1 0.26 0.53
Hex A5 A2 67 0 2 26 23 39 1A 35
Octal 245 242 147 0 2 46 43 71 32 65
Binary 10100101 10100010 1100111 0 10 100110 100011 111001 11010 110101

Color Harmonies of #A5A267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5A267

Black with #A5A267

Text Example


Text Example

White with #A5A267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5A267; }

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

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

background-color css

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

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

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

border-color css

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

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

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