Html Css Color HEX #ABA746 Brass

📋 copy color: '#ABA746'

red 171 ◦ green 167 ◦ blue 70

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

Shades of Brass #ABA746

Tints of Brass #ABA746

RGB

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

 GREEN value IS 167 (65.63% from 255) = 40.93%

 BLUE value IS 70 (27.73% from 255) = 17.16%

R = 41.91%
G = 40.93%
B = 17.16%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.59

 K value IS 0.33

RGB Variations

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

Color information

#ABA746 (or 0xABA746) is known color: Brass. HEX triplet: AB, A7 and 46. RGB value is (171,167,70). Sum of RGB (Red+Green+Blue) = 171+167+70=408 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.91% from 408); Green value is 167 (65.62% from 255 or 40.93% from 408); Blue value is 70 (27.73% from 255 or 17.16% from 408); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA746 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA746 is #5458B9. Grayscale: #9D9D9D. Windows color (decimal): -5527738 or 4630443. OLE color: 4630443.

HSL color Cylindrical-coordinate representation of color #ABA746: hue angle of 57.62º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ABA746 is Cyan = 0, Magento = 0.02, Yellow = 0.59 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 167 70 -
CMYK 0 0.02 0.59 0.33
HSL 57.62º 0.42% 0.47% -
HSV(B) 57.62º 0.59% 0.67% -
XYZ 31.72 36.74 11.21 -
YUV 157.14 78.83 137.89 -
System Red Green Blue C M Y K H S L
Decimal 171 167 70 0 0.02 0.59 0.33 57.62 0.42 0.47
Hex AB A7 46 0 2 3B 21 3A 2A 2F
Octal 253 247 106 0 2 73 41 72 52 57
Binary 10101011 10100111 1000110 0 10 111011 100001 111010 101010 101111

Color Harmonies of #ABA746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA746

Black with #ABA746

Text Example


Text Example

White with #ABA746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA746; }

 p { color: rgb(171,167,70); }

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

background-color css

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

 a { background-color: rgb(171,167,70); }

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

border-color css

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

 span { border-color: rgb(171,167,70); }

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