Html Css Color HEX #ABA33C Brass

📋 copy color: '#ABA33C'

red 171 ◦ green 163 ◦ blue 60

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

Shades of Brass #ABA33C

Tints of Brass #ABA33C

RGB

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

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

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

R = 43.4%
G = 41.37%
B = 15.23%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#ABA33C (or 0xABA33C) is known color: Brass. HEX triplet: AB, A3 and 3C. RGB value is (171,163,60). Sum of RGB (Red+Green+Blue) = 171+163+60=394 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.40% from 394); Green value is 163 (64.06% from 255 or 41.37% from 394); Blue value is 60 (23.83% from 255 or 15.23% from 394); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA33C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA33C is #545CC3. Grayscale: #9A9A9A. Windows color (decimal): -5528772 or 3974059. OLE color: 3974059.

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

Color convert

RGB 171 163 60 -
CMYK 0 0.05 0.65 0.33
HSL 55.68º 0.48% 0.45% -
HSV(B) 55.68º 0.65% 0.67% -
XYZ 30.71 35.18 9.45 -
YUV 153.65 75.15 140.38 -
System Red Green Blue C M Y K H S L
Decimal 171 163 60 0 0.05 0.65 0.33 55.68 0.48 0.45
Hex AB A3 3C 0 5 41 21 38 30 2D
Octal 253 243 74 0 5 101 41 70 60 55
Binary 10101011 10100011 111100 0 101 1000001 100001 111000 110000 101101

Color Harmonies of #ABA33C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA33C

Black with #ABA33C

Text Example


Text Example

White with #ABA33C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA33C; }

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

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

background-color css

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

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

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

border-color css

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

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

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