Html Css Color HEX #ABA94E Brass

📋 copy color: '#ABA94E'

red 171 ◦ green 169 ◦ blue 78

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

Shades of Brass #ABA94E

Tints of Brass #ABA94E

RGB

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

 GREEN value IS 169 (66.41% from 255) = 40.43%

 BLUE value IS 78 (30.86% from 255) = 18.66%

R = 40.91%
G = 40.43%
B = 18.66%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.54

 K value IS 0.33

RGB Variations

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

Color information

#ABA94E (or 0xABA94E) is known color: Brass. HEX triplet: AB, A9 and 4E. RGB value is (171,169,78). Sum of RGB (Red+Green+Blue) = 171+169+78=418 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.91% from 418); Green value is 169 (66.41% from 255 or 40.43% from 418); Blue value is 78 (30.86% from 255 or 18.66% from 418); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA94E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA94E is #5456B1. Grayscale: #9F9F9F. Windows color (decimal): -5527218 or 5155243. OLE color: 5155243.

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

Color convert

RGB 171 169 78 -
CMYK 0 0.01 0.54 0.33
HSL 58.71º 0.37% 0.49% -
HSV(B) 58.71º 0.54% 0.67% -
XYZ 32.36 37.58 12.76 -
YUV 159.22 82.16 136.4 -
System Red Green Blue C M Y K H S L
Decimal 171 169 78 0 0.01 0.54 0.33 58.71 0.37 0.49
Hex AB A9 4E 0 1 36 21 3B 25 31
Octal 253 251 116 0 1 66 41 73 45 61
Binary 10101011 10101001 1001110 0 1 110110 100001 111011 100101 110001

Color Harmonies of #ABA94E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA94E

Black with #ABA94E

Text Example


Text Example

White with #ABA94E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA94E; }

 p { color: rgb(171,169,78); }

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

background-color css

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

 a { background-color: rgb(171,169,78); }

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

border-color css

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

 span { border-color: rgb(171,169,78); }

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