Html Css Color HEX #ABA84D Brass

📋 copy color: '#ABA84D'

red 171 ◦ green 168 ◦ blue 77

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

Shades of Brass #ABA84D

Tints of Brass #ABA84D

RGB

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

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

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

R = 41.11%
G = 40.38%
B = 18.51%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.55

 K value IS 0.33

RGB Variations

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

Color information

#ABA84D (or 0xABA84D) is known color: Brass. HEX triplet: AB, A8 and 4D. RGB value is (171,168,77). Sum of RGB (Red+Green+Blue) = 171+168+77=416 (55% of max value = 765). Red value is 171 (67.19% from 255 or 41.11% from 416); Green value is 168 (66.02% from 255 or 40.38% from 416); Blue value is 77 (30.47% from 255 or 18.51% from 416); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA84D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA84D is #5457B2. Grayscale: #9E9E9E. Windows color (decimal): -5527475 or 5089451. OLE color: 5089451.

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

Color convert

RGB 171 168 77 -
CMYK 0 0.02 0.55 0.33
HSL 58.09º 0.38% 0.49% -
HSV(B) 58.09º 0.55% 0.67% -
XYZ 32.14 37.2 12.51 -
YUV 158.52 81.99 136.9 -
System Red Green Blue C M Y K H S L
Decimal 171 168 77 0 0.02 0.55 0.33 58.09 0.38 0.49
Hex AB A8 4D 0 2 37 21 3A 26 31
Octal 253 250 115 0 2 67 41 72 46 61
Binary 10101011 10101000 1001101 0 10 110111 100001 111010 100110 110001

Color Harmonies of #ABA84D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA84D

Black with #ABA84D

Text Example


Text Example

White with #ABA84D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA84D; }

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

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

background-color css

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

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

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

border-color css

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

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

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