Html Css Color HEX #ABA842 Brass

📋 copy color: '#ABA842'

red 171 ◦ green 168 ◦ blue 66

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

Shades of Brass #ABA842

Tints of Brass #ABA842

RGB

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

 GREEN value IS 168 (66.02% from 255) = 41.48%

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

R = 42.22%
G = 41.48%
B = 16.3%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.61

 K value IS 0.33

RGB Variations

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

Color information

#ABA842 (or 0xABA842) is known color: Brass. HEX triplet: AB, A8 and 42. RGB value is (171,168,66). Sum of RGB (Red+Green+Blue) = 171+168+66=405 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.22% from 405); Green value is 168 (66.02% from 255 or 41.48% from 405); Blue value is 66 (26.17% from 255 or 16.30% from 405); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA842 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA842 is #5457BD. Grayscale: #9D9D9D. Windows color (decimal): -5527486 or 4368555. OLE color: 4368555.

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

Color convert

RGB 171 168 66 -
CMYK 0 0.02 0.61 0.33
HSL 58.29º 0.44% 0.46% -
HSV(B) 58.29º 0.61% 0.67% -
XYZ 31.78 37.06 10.63 -
YUV 157.27 76.49 137.79 -
System Red Green Blue C M Y K H S L
Decimal 171 168 66 0 0.02 0.61 0.33 58.29 0.44 0.46
Hex AB A8 42 0 2 3D 21 3A 2C 2E
Octal 253 250 102 0 2 75 41 72 54 56
Binary 10101011 10101000 1000010 0 10 111101 100001 111010 101100 101110

Color Harmonies of #ABA842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA842

Black with #ABA842

Text Example


Text Example

White with #ABA842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA842; }

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

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

background-color css

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

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

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

border-color css

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

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

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