Html Css Color HEX #ABA034 Brass

📋 copy color: '#ABA034'

red 171 ◦ green 160 ◦ blue 52

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

Shades of Brass #ABA034

Tints of Brass #ABA034

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 13.58%

R = 44.65%
G = 41.78%
B = 13.58%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.70

 K value IS 0.33

RGB Variations

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

Color information

#ABA034 (or 0xABA034) is known color: Brass. HEX triplet: AB, A0 and 34. RGB value is (171,160,52). Sum of RGB (Red+Green+Blue) = 171+160+52=383 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.65% from 383); Green value is 160 (62.89% from 255 or 41.78% from 383); Blue value is 52 (20.70% from 255 or 13.58% from 383); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA034 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA034 is #545FCB. Grayscale: #979797. Windows color (decimal): -5529548 or 3449003. OLE color: 3449003.

HSL color Cylindrical-coordinate representation of color #ABA034: hue angle of 54.45º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ABA034 is Cyan = 0, Magento = 0.06, Yellow = 0.70 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 160 52 -
CMYK 0 0.06 0.70 0.33
HSL 54.45º 0.53% 0.44% -
HSV(B) 54.45º 0.7% 0.67% -
XYZ 29.99 34.05 8.24 -
YUV 150.98 72.14 142.28 -
System Red Green Blue C M Y K H S L
Decimal 171 160 52 0 0.06 0.70 0.33 54.45 0.53 0.44
Hex AB A0 34 0 6 46 21 36 35 2C
Octal 253 240 64 0 6 106 41 66 65 54
Binary 10101011 10100000 110100 0 110 1000110 100001 110110 110101 101100

Color Harmonies of #ABA034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA034

Black with #ABA034

Text Example


Text Example

White with #ABA034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA034; }

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

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

background-color css

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

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

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

border-color css

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

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

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