Html Css Color HEX #ABA042 Brass

📋 copy color: '#ABA042'

red 171 ◦ green 160 ◦ blue 66

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

Shades of Brass #ABA042

Tints of Brass #ABA042

RGB

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

 GREEN value IS 160 (62.89% from 255) = 40.3%

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

R = 43.07%
G = 40.3%
B = 16.62%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.61

 K value IS 0.33

RGB Variations

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

Color information

#ABA042 (or 0xABA042) is known color: Brass. HEX triplet: AB, A0 and 42. RGB value is (171,160,66). Sum of RGB (Red+Green+Blue) = 171+160+66=397 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.07% from 397); Green value is 160 (62.89% from 255 or 40.30% from 397); Blue value is 66 (26.17% from 255 or 16.62% from 397); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA042 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA042 is #545FBD. Grayscale: #989898. Windows color (decimal): -5529534 or 4366507. OLE color: 4366507.

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

Color convert

RGB 171 160 66 -
CMYK 0 0.06 0.61 0.33
HSL 53.71º 0.44% 0.46% -
HSV(B) 53.71º 0.61% 0.67% -
XYZ 30.35 34.19 10.15 -
YUV 152.57 79.14 141.14 -
System Red Green Blue C M Y K H S L
Decimal 171 160 66 0 0.06 0.61 0.33 53.71 0.44 0.46
Hex AB A0 42 0 6 3D 21 36 2C 2E
Octal 253 240 102 0 6 75 41 66 54 56
Binary 10101011 10100000 1000010 0 110 111101 100001 110110 101100 101110

Color Harmonies of #ABA042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA042

Black with #ABA042

Text Example


Text Example

White with #ABA042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA042; }

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

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

background-color css

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

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

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

border-color css

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

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

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