Html Css Color HEX #ABA84E Brass

📋 copy color: '#ABA84E'

red 171 ◦ green 168 ◦ blue 78

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

Shades of Brass #ABA84E

Tints of Brass #ABA84E

RGB

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

 GREEN value IS 168 (66.02% from 255) = 40.29%

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

R = 41.01%
G = 40.29%
B = 18.71%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.54

 K value IS 0.33

RGB Variations

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

Color information

#ABA84E (or 0xABA84E) is known color: Brass. HEX triplet: AB, A8 and 4E. RGB value is (171,168,78). Sum of RGB (Red+Green+Blue) = 171+168+78=417 (55% of max value = 765). Red value is 171 (67.19% from 255 or 41.01% from 417); Green value is 168 (66.02% from 255 or 40.29% from 417); Blue value is 78 (30.86% from 255 or 18.71% from 417); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA84E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA84E is #5457B1. Grayscale: #9F9F9F. Windows color (decimal): -5527474 or 5154987. OLE color: 5154987.

HSL color Cylindrical-coordinate representation of color #ABA84E: hue angle of 58.06º 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 #ABA84E is Cyan = 0, Magento = 0.02, Yellow = 0.54 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 168 78 -
CMYK 0 0.02 0.54 0.33
HSL 58.06º 0.37% 0.49% -
HSV(B) 58.06º 0.54% 0.67% -
XYZ 32.17 37.21 12.69 -
YUV 158.64 82.49 136.82 -
System Red Green Blue C M Y K H S L
Decimal 171 168 78 0 0.02 0.54 0.33 58.06 0.37 0.49
Hex AB A8 4E 0 2 36 21 3A 25 31
Octal 253 250 116 0 2 66 41 72 45 61
Binary 10101011 10101000 1001110 0 10 110110 100001 111010 100101 110001

Color Harmonies of #ABA84E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA84E

Black with #ABA84E

Text Example


Text Example

White with #ABA84E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA84E; }

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

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

background-color css

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

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

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

border-color css

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

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

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