Html Css Color HEX #ACAE9B Green Spring

📋 copy color: '#ACAE9B'

red 172 ◦ green 174 ◦ blue 155

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

Shades of Green Spring #ACAE9B

Tints of Green Spring #ACAE9B

RGB

 RED value IS 172 (67.58% from 255) = 34.33%

 GREEN value IS 174 (68.36% from 255) = 34.73%

 BLUE value IS 155 (60.94% from 255) = 30.94%

R = 34.33%
G = 34.73%
B = 30.94%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.11

 K value IS 0.32

RGB Variations

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

Color information

#ACAE9B (or 0xACAE9B) is known color: Green Spring. HEX triplet: AC, AE and 9B. RGB value is (172,174,155). Sum of RGB (Red+Green+Blue) = 172+174+155=501 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.33% from 501); Green value is 174 (68.36% from 255 or 34.73% from 501); Blue value is 155 (60.94% from 255 or 30.94% from 501); Max value from RGB is 174 - color contains mainly: green. Hex color #ACAE9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACAE9B is #535164. Grayscale: #ABABAB. Windows color (decimal): -5460325 or 10202796. OLE color: 10202796.

HSL color Cylindrical-coordinate representation of color #ACAE9B: hue angle of 66.32º degrees, saturation: 0.1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ACAE9B is Cyan = 0.01, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.32.

Color convert

RGB 172 174 155 -
CMYK 0.01 0 0.11 0.32
HSL 66.32º 0.1% 0.65% -
HSV(B) 66.32º 0.11% 0.68% -
XYZ 38.07 41.41 37 -
YUV 171.24 118.84 128.54 -
System Red Green Blue C M Y K H S L
Decimal 172 174 155 0.01 0 0.11 0.32 66.32 0.1 0.65
Hex AC AE 9B 1 0 B 20 42 A 41
Octal 254 256 233 1 0 13 40 102 12 101
Binary 10101100 10101110 10011011 1 0 1011 100000 1000010 1010 1000001

Color Harmonies of #ACAE9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACAE9B

Black with #ACAE9B

Text Example


Text Example

White with #ACAE9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACAE9B; }

 p { color: rgb(172,174,155); }

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

background-color css

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

 a { background-color: rgb(172,174,155); }

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

border-color css

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

 span { border-color: rgb(172,174,155); }

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