Html Css Color HEX #ABA94D Brass

📋 copy color: '#ABA94D'

red 171 ◦ green 169 ◦ blue 77

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

Shades of Brass #ABA94D

Tints of Brass #ABA94D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 18.47%

R = 41.01%
G = 40.53%
B = 18.47%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.55

 K value IS 0.33

RGB Variations

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

Color information

#ABA94D (or 0xABA94D) is known color: Brass. HEX triplet: AB, A9 and 4D. RGB value is (171,169,77). Sum of RGB (Red+Green+Blue) = 171+169+77=417 (55% of max value = 765). Red value is 171 (67.19% from 255 or 41.01% from 417); Green value is 169 (66.41% from 255 or 40.53% from 417); Blue value is 77 (30.47% from 255 or 18.47% from 417); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA94D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA94D is #5456B2. Grayscale: #9F9F9F. Windows color (decimal): -5527219 or 5089707. OLE color: 5089707.

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

Color convert

RGB 171 169 77 -
CMYK 0 0.01 0.55 0.33
HSL 58.72º 0.38% 0.49% -
HSV(B) 58.72º 0.55% 0.67% -
XYZ 32.32 37.57 12.57 -
YUV 159.11 81.66 136.48 -
System Red Green Blue C M Y K H S L
Decimal 171 169 77 0 0.01 0.55 0.33 58.72 0.38 0.49
Hex AB A9 4D 0 1 37 21 3B 26 31
Octal 253 251 115 0 1 67 41 73 46 61
Binary 10101011 10101001 1001101 0 1 110111 100001 111011 100110 110001

Color Harmonies of #ABA94D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA94D

Black with #ABA94D

Text Example


Text Example

White with #ABA94D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA94D; }

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

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

background-color css

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

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

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

border-color css

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

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

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