Html Css Color HEX #ABA239 Brass

📋 copy color: '#ABA239'

red 171 ◦ green 162 ◦ blue 57

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

Shades of Brass #ABA239

Tints of Brass #ABA239

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 14.62%

R = 43.85%
G = 41.54%
B = 14.62%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.67

 K value IS 0.33

RGB Variations

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

Color information

#ABA239 (or 0xABA239) is known color: Brass. HEX triplet: AB, A2 and 39. RGB value is (171,162,57). Sum of RGB (Red+Green+Blue) = 171+162+57=390 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.85% from 390); Green value is 162 (63.67% from 255 or 41.54% from 390); Blue value is 57 (22.66% from 255 or 14.62% from 390); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA239 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA239 is #545DC6. Grayscale: #999999. Windows color (decimal): -5529031 or 3777195. OLE color: 3777195.

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

Color convert

RGB 171 162 57 -
CMYK 0 0.05 0.67 0.33
HSL 55.26º 0.5% 0.45% -
HSV(B) 55.26º 0.67% 0.67% -
XYZ 30.45 34.79 8.98 -
YUV 152.72 73.98 141.04 -
System Red Green Blue C M Y K H S L
Decimal 171 162 57 0 0.05 0.67 0.33 55.26 0.5 0.45
Hex AB A2 39 0 5 43 21 37 32 2D
Octal 253 242 71 0 5 103 41 67 62 55
Binary 10101011 10100010 111001 0 101 1000011 100001 110111 110010 101101

Color Harmonies of #ABA239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA239

Black with #ABA239

Text Example


Text Example

White with #ABA239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA239; }

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

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

background-color css

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

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

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

border-color css

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

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

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