Html Css Color HEX #ABA44A Brass

📋 copy color: '#ABA44A'

red 171 ◦ green 164 ◦ blue 74

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

Shades of Brass #ABA44A

Tints of Brass #ABA44A

RGB

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

 GREEN value IS 164 (64.45% from 255) = 40.1%

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

R = 41.81%
G = 40.1%
B = 18.09%

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

#ABA44A (or 0xABA44A) is known color: Brass. HEX triplet: AB, A4 and 4A. RGB value is (171,164,74). Sum of RGB (Red+Green+Blue) = 171+164+74=409 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.81% from 409); Green value is 164 (64.45% from 255 or 40.10% from 409); Blue value is 74 (29.30% from 255 or 18.09% from 409); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA44A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA44A is #545BB5. Grayscale: #9C9C9C. Windows color (decimal): -5528502 or 4891819. OLE color: 4891819.

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

Color convert

RGB 171 164 74 -
CMYK 0 0.04 0.57 0.33
HSL 55.67º 0.4% 0.48% -
HSV(B) 55.67º 0.57% 0.67% -
XYZ 31.31 35.7 11.72 -
YUV 155.83 81.82 138.82 -
System Red Green Blue C M Y K H S L
Decimal 171 164 74 0 0.04 0.57 0.33 55.67 0.4 0.48
Hex AB A4 4A 0 4 39 21 38 28 30
Octal 253 244 112 0 4 71 41 70 50 60
Binary 10101011 10100100 1001010 0 100 111001 100001 111000 101000 110000

Color Harmonies of #ABA44A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA44A

Black with #ABA44A

Text Example


Text Example

White with #ABA44A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA44A; }

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

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

background-color css

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

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

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

border-color css

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

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

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