Html Css Color HEX #ABA84F Brass

📋 copy color: '#ABA84F'

red 171 ◦ green 168 ◦ blue 79

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

Shades of Brass #ABA84F

Tints of Brass #ABA84F

RGB

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

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

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

R = 40.91%
G = 40.19%
B = 18.9%

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

#ABA84F (or 0xABA84F) is known color: Brass. HEX triplet: AB, A8 and 4F. RGB value is (171,168,79). Sum of RGB (Red+Green+Blue) = 171+168+79=418 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.91% from 418); Green value is 168 (66.02% from 255 or 40.19% from 418); Blue value is 79 (31.25% from 255 or 18.90% from 418); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA84F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA84F is #5457B0. Grayscale: #9F9F9F. Windows color (decimal): -5527473 or 5220523. OLE color: 5220523.

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

Color convert

RGB 171 168 79 -
CMYK 0 0.02 0.54 0.33
HSL 58.04º 0.37% 0.49% -
HSV(B) 58.04º 0.54% 0.67% -
XYZ 32.21 37.23 12.89 -
YUV 158.75 82.99 136.74 -
System Red Green Blue C M Y K H S L
Decimal 171 168 79 0 0.02 0.54 0.33 58.04 0.37 0.49
Hex AB A8 4F 0 2 36 21 3A 25 31
Octal 253 250 117 0 2 66 41 72 45 61
Binary 10101011 10101000 1001111 0 10 110110 100001 111010 100101 110001

Color Harmonies of #ABA84F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA84F

Black with #ABA84F

Text Example


Text Example

White with #ABA84F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA84F; }

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

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

background-color css

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

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

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

border-color css

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

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

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