Html Css Color HEX #ABA442 Brass

📋 copy color: '#ABA442'

red 171 ◦ green 164 ◦ blue 66

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

Shades of Brass #ABA442

Tints of Brass #ABA442

RGB

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

 GREEN value IS 164 (64.45% from 255) = 40.9%

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

R = 42.64%
G = 40.9%
B = 16.46%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.61

 K value IS 0.33

RGB Variations

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

Color information

#ABA442 (or 0xABA442) is known color: Brass. HEX triplet: AB, A4 and 42. RGB value is (171,164,66). Sum of RGB (Red+Green+Blue) = 171+164+66=401 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.64% from 401); Green value is 164 (64.45% from 255 or 40.90% from 401); Blue value is 66 (26.17% from 255 or 16.46% from 401); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA442 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA442 is #545BBD. Grayscale: #9B9B9B. Windows color (decimal): -5528510 or 4367531. OLE color: 4367531.

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

Color convert

RGB 171 164 66 -
CMYK 0 0.04 0.61 0.33
HSL 56º 0.44% 0.46% -
HSV(B) 56º 0.61% 0.67% -
XYZ 31.05 35.6 10.39 -
YUV 154.92 77.82 139.47 -
System Red Green Blue C M Y K H S L
Decimal 171 164 66 0 0.04 0.61 0.33 56 0.44 0.46
Hex AB A4 42 0 4 3D 21 38 2C 2E
Octal 253 244 102 0 4 75 41 70 54 56
Binary 10101011 10100100 1000010 0 100 111101 100001 111000 101100 101110

Color Harmonies of #ABA442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA442

Black with #ABA442

Text Example


Text Example

White with #ABA442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA442; }

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

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

background-color css

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

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

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

border-color css

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

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

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