Html Css Color HEX #ABA692 Eagle

📋 copy color: '#ABA692'

red 171 ◦ green 166 ◦ blue 146

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

Shades of Eagle #ABA692

Tints of Eagle #ABA692

RGB

 RED value IS 171 (67.19% from 255) = 35.4%

 GREEN value IS 166 (65.23% from 255) = 34.37%

 BLUE value IS 146 (57.42% from 255) = 30.23%

R = 35.4%
G = 34.37%
B = 30.23%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.15

 K value IS 0.33

RGB Variations

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

Color information

#ABA692 (or 0xABA692) is known color: Eagle. HEX triplet: AB, A6 and 92. RGB value is (171,166,146). Sum of RGB (Red+Green+Blue) = 171+166+146=483 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.40% from 483); Green value is 166 (65.23% from 255 or 34.37% from 483); Blue value is 146 (57.42% from 255 or 30.23% from 483); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA692 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA692 is #54596D. Grayscale: #A5A5A5. Windows color (decimal): -5527918 or 9610923. OLE color: 9610923.

HSL color Cylindrical-coordinate representation of color #ABA692: hue angle of 48º degrees, saturation: 0.13, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ABA692 is Cyan = 0, Magento = 0.03, Yellow = 0.15 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 166 146 -
CMYK 0 0.03 0.15 0.33
HSL 48º 0.13% 0.62% -
HSV(B) 48º 0.15% 0.67% -
XYZ 35.62 38.01 32.65 -
YUV 165.22 117.16 132.13 -
System Red Green Blue C M Y K H S L
Decimal 171 166 146 0 0.03 0.15 0.33 48 0.13 0.62
Hex AB A6 92 0 3 F 21 30 D 3E
Octal 253 246 222 0 3 17 41 60 15 76
Binary 10101011 10100110 10010010 0 11 1111 100001 110000 1101 111110

Color Harmonies of #ABA692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA692

Black with #ABA692

Text Example


Text Example

White with #ABA692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA692; }

 p { color: rgb(171,166,146); }

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

background-color css

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

 a { background-color: rgb(171,166,146); }

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

border-color css

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

 span { border-color: rgb(171,166,146); }

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