Html Css Color HEX #ABA24E Brass

📋 copy color: '#ABA24E'

red 171 ◦ green 162 ◦ blue 78

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

Shades of Brass #ABA24E

Tints of Brass #ABA24E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 18.98%

R = 41.61%
G = 39.42%
B = 18.98%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.54

 K value IS 0.33

RGB Variations

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

Color information

#ABA24E (or 0xABA24E) is known color: Brass. HEX triplet: AB, A2 and 4E. RGB value is (171,162,78). Sum of RGB (Red+Green+Blue) = 171+162+78=411 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.61% from 411); Green value is 162 (63.67% from 255 or 39.42% from 411); Blue value is 78 (30.86% from 255 or 18.98% from 411); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA24E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA24E is #545DB1. Grayscale: #9B9B9B. Windows color (decimal): -5529010 or 5153451. OLE color: 5153451.

HSL color Cylindrical-coordinate representation of color #ABA24E: hue angle of 54.19º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #ABA24E is Cyan = 0, Magento = 0.05, Yellow = 0.54 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 162 78 -
CMYK 0 0.05 0.54 0.33
HSL 54.19º 0.37% 0.49% -
HSV(B) 54.19º 0.54% 0.67% -
XYZ 31.09 35.05 12.33 -
YUV 155.12 84.48 139.33 -
System Red Green Blue C M Y K H S L
Decimal 171 162 78 0 0.05 0.54 0.33 54.19 0.37 0.49
Hex AB A2 4E 0 5 36 21 36 25 31
Octal 253 242 116 0 5 66 41 66 45 61
Binary 10101011 10100010 1001110 0 101 110110 100001 110110 100101 110001

Color Harmonies of #ABA24E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA24E

Black with #ABA24E

Text Example


Text Example

White with #ABA24E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA24E; }

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

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

background-color css

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

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

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

border-color css

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

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

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