Html Css Color HEX #ABA24A Brass

📋 copy color: '#ABA24A'

red 171 ◦ green 162 ◦ blue 74

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

Shades of Brass #ABA24A

Tints of Brass #ABA24A

RGB

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

 GREEN value IS 162 (63.67% from 255) = 39.8%

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

R = 42.01%
G = 39.8%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.57

 K value IS 0.33

RGB Variations

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

Color information

#ABA24A (or 0xABA24A) is known color: Brass. HEX triplet: AB, A2 and 4A. RGB value is (171,162,74). Sum of RGB (Red+Green+Blue) = 171+162+74=407 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.01% from 407); Green value is 162 (63.67% from 255 or 39.80% from 407); Blue value is 74 (29.30% from 255 or 18.18% from 407); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA24A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA24A is #545DB5. Grayscale: #9B9B9B. Windows color (decimal): -5529014 or 4891307. OLE color: 4891307.

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

Color convert

RGB 171 162 74 -
CMYK 0 0.05 0.57 0.33
HSL 54.43º 0.4% 0.48% -
HSV(B) 54.43º 0.57% 0.67% -
XYZ 30.95 34.99 11.6 -
YUV 154.66 82.48 139.66 -
System Red Green Blue C M Y K H S L
Decimal 171 162 74 0 0.05 0.57 0.33 54.43 0.4 0.48
Hex AB A2 4A 0 5 39 21 36 28 30
Octal 253 242 112 0 5 71 41 66 50 60
Binary 10101011 10100010 1001010 0 101 111001 100001 110110 101000 110000

Color Harmonies of #ABA24A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA24A

Black with #ABA24A

Text Example


Text Example

White with #ABA24A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA24A; }

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

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

background-color css

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

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

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

border-color css

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

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

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