Html Css Color HEX #AAB369 Green Smoke

📋 copy color: '#AAB369'

red 170 ◦ green 179 ◦ blue 105

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

Shades of Green Smoke #AAB369

Tints of Green Smoke #AAB369

RGB

 RED value IS 170 (66.8% from 255) = 37.44%

 GREEN value IS 179 (70.31% from 255) = 39.43%

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

R = 37.44%
G = 39.43%
B = 23.13%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.41

 K value IS 0.30

RGB Variations

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

Color information

#AAB369 (or 0xAAB369) is known color: Green Smoke. HEX triplet: AA, B3 and 69. RGB value is (170,179,105). Sum of RGB (Red+Green+Blue) = 170+179+105=454 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.44% from 454); Green value is 179 (70.31% from 255 or 39.43% from 454); Blue value is 105 (41.41% from 255 or 23.13% from 454); Max value from RGB is 179 - color contains mainly: green. Hex color #AAB369 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB369 is #554C96. Grayscale: #A8A8A8. Windows color (decimal): -5590167 or 6927274. OLE color: 6927274.

HSL color Cylindrical-coordinate representation of color #AAB369: hue angle of 67.3º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AAB369 is Cyan = 0.05, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.30.

Color convert

RGB 170 179 105 -
CMYK 0.05 0 0.41 0.30
HSL 67.3º 0.33% 0.56% -
HSV(B) 67.3º 0.41% 0.7% -
XYZ 35.25 41.81 19.58 -
YUV 167.87 92.52 129.52 -
System Red Green Blue C M Y K H S L
Decimal 170 179 105 0.05 0 0.41 0.30 67.3 0.33 0.56
Hex AA B3 69 5 0 29 1E 43 21 38
Octal 252 263 151 5 0 51 36 103 41 70
Binary 10101010 10110011 1101001 101 0 101001 11110 1000011 100001 111000

Color Harmonies of #AAB369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB369

Black with #AAB369

Text Example


Text Example

White with #AAB369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB369; }

 p { color: rgb(170,179,105); }

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

background-color css

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

 a { background-color: rgb(170,179,105); }

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

border-color css

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

 span { border-color: rgb(170,179,105); }

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