Html Css Color HEX #ACAA98 Eagle

📋 copy color: '#ACAA98'

red 172 ◦ green 170 ◦ blue 152

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

Shades of Eagle #ACAA98

Tints of Eagle #ACAA98

RGB

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

 GREEN value IS 170 (66.8% from 255) = 34.41%

 BLUE value IS 152 (59.77% from 255) = 30.77%

R = 34.82%
G = 34.41%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.12

 K value IS 0.33

RGB Variations

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

Color information

#ACAA98 (or 0xACAA98) is known color: Eagle. HEX triplet: AC, AA and 98. RGB value is (172,170,152). Sum of RGB (Red+Green+Blue) = 172+170+152=494 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.82% from 494); Green value is 170 (66.80% from 255 or 34.41% from 494); Blue value is 152 (59.77% from 255 or 30.77% from 494); Max value from RGB is 172 - color contains mainly: red. Hex color #ACAA98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACAA98 is #535567. Grayscale: #A8A8A8. Windows color (decimal): -5461352 or 10005164. OLE color: 10005164.

HSL color Cylindrical-coordinate representation of color #ACAA98: hue angle of 54º degrees, saturation: 0.11, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ACAA98 is Cyan = 0, Magento = 0.01, Yellow = 0.12 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 170 152 -
CMYK 0 0.01 0.12 0.33
HSL 54º 0.11% 0.64% -
HSV(B) 54º 0.12% 0.67% -
XYZ 37.06 39.79 35.43 -
YUV 168.55 118.66 130.46 -
System Red Green Blue C M Y K H S L
Decimal 172 170 152 0 0.01 0.12 0.33 54 0.11 0.64
Hex AC AA 98 0 1 C 21 36 B 40
Octal 254 252 230 0 1 14 41 66 13 100
Binary 10101100 10101010 10011000 0 1 1100 100001 110110 1011 1000000

Color Harmonies of #ACAA98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACAA98

Black with #ACAA98

Text Example


Text Example

White with #ACAA98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACAA98; }

 p { color: rgb(172,170,152); }

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

background-color css

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

 a { background-color: rgb(172,170,152); }

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

border-color css

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

 span { border-color: rgb(172,170,152); }

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