Html Css Color HEX #ABA64F Brass

📋 copy color: '#ABA64F'

red 171 ◦ green 166 ◦ blue 79

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

Shades of Brass #ABA64F

Tints of Brass #ABA64F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 18.99%

R = 41.11%
G = 39.9%
B = 18.99%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.54

 K value IS 0.33

RGB Variations

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

Color information

#ABA64F (or 0xABA64F) is known color: Brass. HEX triplet: AB, A6 and 4F. RGB value is (171,166,79). Sum of RGB (Red+Green+Blue) = 171+166+79=416 (55% of max value = 765). Red value is 171 (67.19% from 255 or 41.11% from 416); Green value is 166 (65.23% from 255 or 39.90% from 416); Blue value is 79 (31.25% from 255 or 18.99% from 416); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA64F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA64F is #5459B0. Grayscale: #9D9D9D. Windows color (decimal): -5527985 or 5220011. OLE color: 5220011.

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

Color convert

RGB 171 166 79 -
CMYK 0 0.03 0.54 0.33
HSL 56.74º 0.37% 0.49% -
HSV(B) 56.74º 0.54% 0.67% -
XYZ 31.84 36.49 12.76 -
YUV 157.58 83.66 137.57 -
System Red Green Blue C M Y K H S L
Decimal 171 166 79 0 0.03 0.54 0.33 56.74 0.37 0.49
Hex AB A6 4F 0 3 36 21 39 25 31
Octal 253 246 117 0 3 66 41 71 45 61
Binary 10101011 10100110 1001111 0 11 110110 100001 111001 100101 110001

Color Harmonies of #ABA64F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA64F

Black with #ABA64F

Text Example


Text Example

White with #ABA64F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA64F; }

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

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

background-color css

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

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

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

border-color css

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

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

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