Html Css Color HEX #ABA142 Brass

📋 copy color: '#ABA142'

red 171 ◦ green 161 ◦ blue 66

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

Shades of Brass #ABA142

Tints of Brass #ABA142

RGB

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

 GREEN value IS 161 (63.28% from 255) = 40.45%

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

R = 42.96%
G = 40.45%
B = 16.58%

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

#ABA142 (or 0xABA142) is known color: Brass. HEX triplet: AB, A1 and 42. RGB value is (171,161,66). Sum of RGB (Red+Green+Blue) = 171+161+66=398 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.96% from 398); Green value is 161 (63.28% from 255 or 40.45% from 398); Blue value is 66 (26.17% from 255 or 16.58% from 398); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA142 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA142 is #545EBD. Grayscale: #999999. Windows color (decimal): -5529278 or 4366763. OLE color: 4366763.

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

Color convert

RGB 171 161 66 -
CMYK 0 0.06 0.61 0.33
HSL 54.29º 0.44% 0.46% -
HSV(B) 54.29º 0.61% 0.67% -
XYZ 30.52 34.54 10.21 -
YUV 153.16 78.81 140.72 -
System Red Green Blue C M Y K H S L
Decimal 171 161 66 0 0.06 0.61 0.33 54.29 0.44 0.46
Hex AB A1 42 0 6 3D 21 36 2C 2E
Octal 253 241 102 0 6 75 41 66 54 56
Binary 10101011 10100001 1000010 0 110 111101 100001 110110 101100 101110

Color Harmonies of #ABA142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA142

Black with #ABA142

Text Example


Text Example

White with #ABA142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA142; }

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

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

background-color css

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

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

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

border-color css

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

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

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