Html Css Color HEX #ABA44C Brass

📋 copy color: '#ABA44C'

red 171 ◦ green 164 ◦ blue 76

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

Shades of Brass #ABA44C

Tints of Brass #ABA44C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 18.49%

R = 41.61%
G = 39.9%
B = 18.49%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#ABA44C (or 0xABA44C) is known color: Brass. HEX triplet: AB, A4 and 4C. RGB value is (171,164,76). Sum of RGB (Red+Green+Blue) = 171+164+76=411 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.61% from 411); Green value is 164 (64.45% from 255 or 39.90% from 411); Blue value is 76 (30.08% from 255 or 18.49% from 411); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA44C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA44C is #545BB3. Grayscale: #9C9C9C. Windows color (decimal): -5528500 or 5022891. OLE color: 5022891.

HSL color Cylindrical-coordinate representation of color #ABA44C: hue angle of 55.58º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #ABA44C is Cyan = 0, Magento = 0.04, Yellow = 0.56 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 164 76 -
CMYK 0 0.04 0.56 0.33
HSL 55.58º 0.38% 0.48% -
HSV(B) 55.58º 0.56% 0.67% -
XYZ 31.37 35.73 12.08 -
YUV 156.06 82.82 138.66 -
System Red Green Blue C M Y K H S L
Decimal 171 164 76 0 0.04 0.56 0.33 55.58 0.38 0.48
Hex AB A4 4C 0 4 38 21 38 26 30
Octal 253 244 114 0 4 70 41 70 46 60
Binary 10101011 10100100 1001100 0 100 111000 100001 111000 100110 110000

Color Harmonies of #ABA44C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA44C

Black with #ABA44C

Text Example


Text Example

White with #ABA44C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA44C; }

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

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

background-color css

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

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

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

border-color css

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

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

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