Html Css Color HEX #ABA342 Brass

📋 copy color: '#ABA342'

red 171 ◦ green 163 ◦ blue 66

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

Shades of Brass #ABA342

Tints of Brass #ABA342

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 16.5%

R = 42.75%
G = 40.75%
B = 16.5%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.61

 K value IS 0.33

RGB Variations

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

Color information

#ABA342 (or 0xABA342) is known color: Brass. HEX triplet: AB, A3 and 42. RGB value is (171,163,66). Sum of RGB (Red+Green+Blue) = 171+163+66=400 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.75% from 400); Green value is 163 (64.06% from 255 or 40.75% from 400); Blue value is 66 (26.17% from 255 or 16.5% from 400); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA342 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA342 is #545CBD. Grayscale: #9A9A9A. Windows color (decimal): -5528766 or 4367275. OLE color: 4367275.

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

Color convert

RGB 171 163 66 -
CMYK 0 0.05 0.61 0.33
HSL 55.43º 0.44% 0.46% -
HSV(B) 55.43º 0.61% 0.67% -
XYZ 30.88 35.25 10.33 -
YUV 154.33 78.15 139.89 -
System Red Green Blue C M Y K H S L
Decimal 171 163 66 0 0.05 0.61 0.33 55.43 0.44 0.46
Hex AB A3 42 0 5 3D 21 37 2C 2E
Octal 253 243 102 0 5 75 41 67 54 56
Binary 10101011 10100011 1000010 0 101 111101 100001 110111 101100 101110

Color Harmonies of #ABA342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA342

Black with #ABA342

Text Example


Text Example

White with #ABA342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA342; }

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

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

background-color css

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

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

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

border-color css

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

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

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