Html Css Color HEX #ABA64A Brass

📋 copy color: '#ABA64A'

red 171 ◦ green 166 ◦ blue 74

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

Shades of Brass #ABA64A

Tints of Brass #ABA64A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 18%

R = 41.61%
G = 40.39%
B = 18%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.57

 K value IS 0.33

RGB Variations

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

Color information

#ABA64A (or 0xABA64A) is known color: Brass. HEX triplet: AB, A6 and 4A. RGB value is (171,166,74). Sum of RGB (Red+Green+Blue) = 171+166+74=411 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.61% from 411); Green value is 166 (65.23% from 255 or 40.39% from 411); Blue value is 74 (29.30% from 255 or 18.00% from 411); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA64A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA64A is #5459B5. Grayscale: #9D9D9D. Windows color (decimal): -5527990 or 4892331. OLE color: 4892331.

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

Color convert

RGB 171 166 74 -
CMYK 0 0.03 0.57 0.33
HSL 56.91º 0.4% 0.48% -
HSV(B) 56.91º 0.57% 0.67% -
XYZ 31.67 36.42 11.84 -
YUV 157.01 81.16 137.98 -
System Red Green Blue C M Y K H S L
Decimal 171 166 74 0 0.03 0.57 0.33 56.91 0.4 0.48
Hex AB A6 4A 0 3 39 21 39 28 30
Octal 253 246 112 0 3 71 41 71 50 60
Binary 10101011 10100110 1001010 0 11 111001 100001 111001 101000 110000

Color Harmonies of #ABA64A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA64A

Black with #ABA64A

Text Example


Text Example

White with #ABA64A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA64A; }

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

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

background-color css

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

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

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

border-color css

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

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

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