Html Css Color HEX #ABA339 Brass

📋 copy color: '#ABA339'

red 171 ◦ green 163 ◦ blue 57

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

Shades of Brass #ABA339

Tints of Brass #ABA339

RGB

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

 GREEN value IS 163 (64.06% from 255) = 41.69%

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

R = 43.73%
G = 41.69%
B = 14.58%

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

#ABA339 (or 0xABA339) is known color: Brass. HEX triplet: AB, A3 and 39. RGB value is (171,163,57). Sum of RGB (Red+Green+Blue) = 171+163+57=391 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.73% from 391); Green value is 163 (64.06% from 255 or 41.69% from 391); Blue value is 57 (22.66% from 255 or 14.58% from 391); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA339 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA339 is #545CC6. Grayscale: #999999. Windows color (decimal): -5528775 or 3777451. OLE color: 3777451.

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

Color convert

RGB 171 163 57 -
CMYK 0 0.05 0.67 0.33
HSL 55.79º 0.5% 0.45% -
HSV(B) 55.79º 0.67% 0.67% -
XYZ 30.63 35.15 9.04 -
YUV 153.31 73.65 140.62 -
System Red Green Blue C M Y K H S L
Decimal 171 163 57 0 0.05 0.67 0.33 55.79 0.5 0.45
Hex AB A3 39 0 5 43 21 38 32 2D
Octal 253 243 71 0 5 103 41 70 62 55
Binary 10101011 10100011 111001 0 101 1000011 100001 111000 110010 101101

Color Harmonies of #ABA339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA339

Black with #ABA339

Text Example


Text Example

White with #ABA339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA339; }

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

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

background-color css

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

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

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

border-color css

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

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

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