Html Css Color HEX #A8B969 Green Smoke

📋 copy color: '#A8B969'

red 168 ◦ green 185 ◦ blue 105

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

Shades of Green Smoke #A8B969

Tints of Green Smoke #A8B969

RGB

 RED value IS 168 (66.02% from 255) = 36.68%

 GREEN value IS 185 (72.66% from 255) = 40.39%

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

R = 36.68%
G = 40.39%
B = 22.93%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.43

 K value IS 0.27

RGB Variations

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

Color information

#A8B969 (or 0xA8B969) is known color: Green Smoke. HEX triplet: A8, B9 and 69. RGB value is (168,185,105). Sum of RGB (Red+Green+Blue) = 168+185+105=458 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.68% from 458); Green value is 185 (72.66% from 255 or 40.39% from 458); Blue value is 105 (41.41% from 255 or 22.93% from 458); Max value from RGB is 185 - color contains mainly: green. Hex color #A8B969 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8B969 is #574696. Grayscale: #ABABAB. Windows color (decimal): -5719703 or 6928808. OLE color: 6928808.

HSL color Cylindrical-coordinate representation of color #A8B969: hue angle of 72.75º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A8B969 is Cyan = 0.09, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.27.

Color convert

RGB 168 185 105 -
CMYK 0.09 0 0.43 0.27
HSL 72.75º 0.36% 0.57% -
HSV(B) 72.75º 0.43% 0.73% -
XYZ 36.05 44.04 19.97 -
YUV 170.8 90.87 126 -
System Red Green Blue C M Y K H S L
Decimal 168 185 105 0.09 0 0.43 0.27 72.75 0.36 0.57
Hex A8 B9 69 9 0 2B 1B 49 24 39
Octal 250 271 151 11 0 53 33 111 44 71
Binary 10101000 10111001 1101001 1001 0 101011 11011 1001001 100100 111001

Color Harmonies of #A8B969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B969

Black with #A8B969

Text Example


Text Example

White with #A8B969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B969; }

 p { color: rgb(168,185,105); }

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

background-color css

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

 a { background-color: rgb(168,185,105); }

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

border-color css

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

 span { border-color: rgb(168,185,105); }

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