Html Css Color HEX #ABA04A Brass

📋 copy color: '#ABA04A'

red 171 ◦ green 160 ◦ blue 74

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

Shades of Brass #ABA04A

Tints of Brass #ABA04A

RGB

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

 GREEN value IS 160 (62.89% from 255) = 39.51%

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

R = 42.22%
G = 39.51%
B = 18.27%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.57

 K value IS 0.33

RGB Variations

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

Color information

#ABA04A (or 0xABA04A) is known color: Brass. HEX triplet: AB, A0 and 4A. RGB value is (171,160,74). Sum of RGB (Red+Green+Blue) = 171+160+74=405 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.22% from 405); Green value is 160 (62.89% from 255 or 39.51% from 405); Blue value is 74 (29.30% from 255 or 18.27% from 405); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA04A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA04A is #545FB5. Grayscale: #999999. Windows color (decimal): -5529526 or 4890795. OLE color: 4890795.

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

Color convert

RGB 171 160 74 -
CMYK 0 0.06 0.57 0.33
HSL 53.2º 0.4% 0.48% -
HSV(B) 53.2º 0.57% 0.67% -
XYZ 30.6 34.29 11.49 -
YUV 153.49 83.14 140.49 -
System Red Green Blue C M Y K H S L
Decimal 171 160 74 0 0.06 0.57 0.33 53.2 0.4 0.48
Hex AB A0 4A 0 6 39 21 35 28 30
Octal 253 240 112 0 6 71 41 65 50 60
Binary 10101011 10100000 1001010 0 110 111001 100001 110101 101000 110000

Color Harmonies of #ABA04A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA04A

Black with #ABA04A

Text Example


Text Example

White with #ABA04A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA04A; }

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

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

background-color css

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

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

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

border-color css

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

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

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