Html Css Color HEX #ABA53C Brass

📋 copy color: '#ABA53C'

red 171 ◦ green 165 ◦ blue 60

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

Shades of Brass #ABA53C

Tints of Brass #ABA53C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 15.15%

R = 43.18%
G = 41.67%
B = 15.15%

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

#ABA53C (or 0xABA53C) is known color: Brass. HEX triplet: AB, A5 and 3C. RGB value is (171,165,60). Sum of RGB (Red+Green+Blue) = 171+165+60=396 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.18% from 396); Green value is 165 (64.84% from 255 or 41.67% from 396); Blue value is 60 (23.83% from 255 or 15.15% from 396); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA53C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA53C is #545AC3. Grayscale: #9B9B9B. Windows color (decimal): -5528260 or 3974571. OLE color: 3974571.

HSL color Cylindrical-coordinate representation of color #ABA53C: hue angle of 56.76º degrees, saturation: 0.48, 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 #ABA53C is Cyan = 0, Magento = 0.04, Yellow = 0.65 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 165 60 -
CMYK 0 0.04 0.65 0.33
HSL 56.76º 0.48% 0.45% -
HSV(B) 56.76º 0.65% 0.67% -
XYZ 31.07 35.89 9.57 -
YUV 154.82 74.49 139.54 -
System Red Green Blue C M Y K H S L
Decimal 171 165 60 0 0.04 0.65 0.33 56.76 0.48 0.45
Hex AB A5 3C 0 4 41 21 39 30 2D
Octal 253 245 74 0 4 101 41 71 60 55
Binary 10101011 10100101 111100 0 100 1000001 100001 111001 110000 101101

Color Harmonies of #ABA53C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA53C

Black with #ABA53C

Text Example


Text Example

White with #ABA53C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA53C; }

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

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

background-color css

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

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

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

border-color css

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

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

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