Html Css Color HEX #A5B169 Green Smoke

📋 copy color: '#A5B169'

red 165 ◦ green 177 ◦ blue 105

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

Shades of Green Smoke #A5B169

Tints of Green Smoke #A5B169

RGB

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

 GREEN value IS 177 (69.53% from 255) = 39.6%

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

R = 36.91%
G = 39.6%
B = 23.49%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.41

 K value IS 0.31

RGB Variations

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

Color information

#A5B169 (or 0xA5B169) is known color: Green Smoke. HEX triplet: A5, B1 and 69. RGB value is (165,177,105). Sum of RGB (Red+Green+Blue) = 165+177+105=447 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.91% from 447); Green value is 177 (69.53% from 255 or 39.60% from 447); Blue value is 105 (41.41% from 255 or 23.49% from 447); Max value from RGB is 177 - color contains mainly: green. Hex color #A5B169 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5B169 is #5A4E96. Grayscale: #A5A5A5. Windows color (decimal): -5918359 or 6926757. OLE color: 6926757.

HSL color Cylindrical-coordinate representation of color #A5B169: hue angle of 70º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A5B169 is Cyan = 0.07, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.31.

Color convert

RGB 165 177 105 -
CMYK 0.07 0 0.41 0.31
HSL 70º 0.32% 0.55% -
HSV(B) 70º 0.41% 0.69% -
XYZ 33.79 40.46 19.39 -
YUV 165.2 94.02 127.85 -
System Red Green Blue C M Y K H S L
Decimal 165 177 105 0.07 0 0.41 0.31 70 0.32 0.55
Hex A5 B1 69 7 0 29 1F 46 20 37
Octal 245 261 151 7 0 51 37 106 40 67
Binary 10100101 10110001 1101001 111 0 101001 11111 1000110 100000 110111

Color Harmonies of #A5B169

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5B169

Black with #A5B169

Text Example


Text Example

White with #A5B169

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5B169; }

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

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

background-color css

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

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

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

border-color css

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

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

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