Html Css Color HEX #ABA53B Brass

📋 copy color: '#ABA53B'

red 171 ◦ green 165 ◦ blue 59

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

Shades of Brass #ABA53B

Tints of Brass #ABA53B

RGB

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

 GREEN value IS 165 (64.84% from 255) = 41.77%

 BLUE value IS 59 (23.44% from 255) = 14.94%

R = 43.29%
G = 41.77%
B = 14.94%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#ABA53B (or 0xABA53B) is known color: Brass. HEX triplet: AB, A5 and 3B. RGB value is (171,165,59). Sum of RGB (Red+Green+Blue) = 171+165+59=395 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.29% from 395); Green value is 165 (64.84% from 255 or 41.77% from 395); Blue value is 59 (23.44% from 255 or 14.94% from 395); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA53B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA53B is #545AC4. Grayscale: #9B9B9B. Windows color (decimal): -5528261 or 3909035. OLE color: 3909035.

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

Color convert

RGB 171 165 59 -
CMYK 0 0.04 0.65 0.33
HSL 56.79º 0.49% 0.45% -
HSV(B) 56.79º 0.65% 0.67% -
XYZ 31.04 35.88 9.43 -
YUV 154.71 73.99 139.62 -
System Red Green Blue C M Y K H S L
Decimal 171 165 59 0 0.04 0.65 0.33 56.79 0.49 0.45
Hex AB A5 3B 0 4 41 21 39 31 2D
Octal 253 245 73 0 4 101 41 71 61 55
Binary 10101011 10100101 111011 0 100 1000001 100001 111001 110001 101101

Color Harmonies of #ABA53B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA53B

Black with #ABA53B

Text Example


Text Example

White with #ABA53B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA53B; }

 p { color: rgb(171,165,59); }

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

background-color css

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

 a { background-color: rgb(171,165,59); }

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

border-color css

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

 span { border-color: rgb(171,165,59); }

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