Html Css Color HEX #ABA54A Brass

📋 copy color: '#ABA54A'

red 171 ◦ green 165 ◦ blue 74

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

Shades of Brass #ABA54A

Tints of Brass #ABA54A

RGB

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

 GREEN value IS 165 (64.84% from 255) = 40.24%

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

R = 41.71%
G = 40.24%
B = 18.05%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.57

 K value IS 0.33

RGB Variations

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

Color information

#ABA54A (or 0xABA54A) is known color: Brass. HEX triplet: AB, A5 and 4A. RGB value is (171,165,74). Sum of RGB (Red+Green+Blue) = 171+165+74=410 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.71% from 410); Green value is 165 (64.84% from 255 or 40.24% from 410); Blue value is 74 (29.30% from 255 or 18.05% from 410); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA54A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA54A is #545AB5. Grayscale: #9C9C9C. Windows color (decimal): -5528246 or 4892075. OLE color: 4892075.

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

Color convert

RGB 171 165 74 -
CMYK 0 0.04 0.57 0.33
HSL 56.29º 0.4% 0.48% -
HSV(B) 56.29º 0.57% 0.67% -
XYZ 31.49 36.06 11.78 -
YUV 156.42 81.49 138.4 -
System Red Green Blue C M Y K H S L
Decimal 171 165 74 0 0.04 0.57 0.33 56.29 0.4 0.48
Hex AB A5 4A 0 4 39 21 38 28 30
Octal 253 245 112 0 4 71 41 70 50 60
Binary 10101011 10100101 1001010 0 100 111001 100001 111000 101000 110000

Color Harmonies of #ABA54A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA54A

Black with #ABA54A

Text Example


Text Example

White with #ABA54A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA54A; }

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

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

background-color css

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

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

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

border-color css

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

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

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