Html Css Color HEX #ABA74E Brass

📋 copy color: '#ABA74E'

red 171 ◦ green 167 ◦ blue 78

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

Shades of Brass #ABA74E

Tints of Brass #ABA74E

RGB

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

 GREEN value IS 167 (65.63% from 255) = 40.14%

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

R = 41.11%
G = 40.14%
B = 18.75%

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

#ABA74E (or 0xABA74E) is known color: Brass. HEX triplet: AB, A7 and 4E. RGB value is (171,167,78). Sum of RGB (Red+Green+Blue) = 171+167+78=416 (55% of max value = 765). Red value is 171 (67.19% from 255 or 41.11% from 416); Green value is 167 (65.62% from 255 or 40.14% from 416); Blue value is 78 (30.86% from 255 or 18.75% from 416); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA74E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA74E is #5458B1. Grayscale: #9E9E9E. Windows color (decimal): -5527730 or 5154731. OLE color: 5154731.

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

Color convert

RGB 171 167 78 -
CMYK 0 0.02 0.54 0.33
HSL 57.42º 0.37% 0.49% -
HSV(B) 57.42º 0.54% 0.67% -
XYZ 31.99 36.85 12.63 -
YUV 158.05 82.83 137.24 -
System Red Green Blue C M Y K H S L
Decimal 171 167 78 0 0.02 0.54 0.33 57.42 0.37 0.49
Hex AB A7 4E 0 2 36 21 39 25 31
Octal 253 247 116 0 2 66 41 71 45 61
Binary 10101011 10100111 1001110 0 10 110110 100001 111001 100101 110001

Color Harmonies of #ABA74E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA74E

Black with #ABA74E

Text Example


Text Example

White with #ABA74E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA74E; }

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

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

background-color css

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

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

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

border-color css

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

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

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