Html Css Color HEX #ABA942 Brass

📋 copy color: '#ABA942'

red 171 ◦ green 169 ◦ blue 66

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

Shades of Brass #ABA942

Tints of Brass #ABA942

RGB

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

 GREEN value IS 169 (66.41% from 255) = 41.63%

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

R = 42.12%
G = 41.63%
B = 16.26%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.61

 K value IS 0.33

RGB Variations

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

Color information

#ABA942 (or 0xABA942) is known color: Brass. HEX triplet: AB, A9 and 42. RGB value is (171,169,66). Sum of RGB (Red+Green+Blue) = 171+169+66=406 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.12% from 406); Green value is 169 (66.41% from 255 or 41.63% from 406); Blue value is 66 (26.17% from 255 or 16.26% from 406); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA942 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA942 is #5456BD. Grayscale: #9E9E9E. Windows color (decimal): -5527230 or 4368811. OLE color: 4368811.

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

Color convert

RGB 171 169 66 -
CMYK 0 0.01 0.61 0.33
HSL 58.86º 0.44% 0.46% -
HSV(B) 58.86º 0.61% 0.67% -
XYZ 31.97 37.43 10.69 -
YUV 157.86 76.16 137.38 -
System Red Green Blue C M Y K H S L
Decimal 171 169 66 0 0.01 0.61 0.33 58.86 0.44 0.46
Hex AB A9 42 0 1 3D 21 3B 2C 2E
Octal 253 251 102 0 1 75 41 73 54 56
Binary 10101011 10101001 1000010 0 1 111101 100001 111011 101100 101110

Color Harmonies of #ABA942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA942

Black with #ABA942

Text Example


Text Example

White with #ABA942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA942; }

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

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

background-color css

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

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

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

border-color css

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

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

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