Html Css Color HEX #ABA043 Brass

📋 copy color: '#ABA043'

red 171 ◦ green 160 ◦ blue 67

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

Shades of Brass #ABA043

Tints of Brass #ABA043

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 16.83%

R = 42.96%
G = 40.2%
B = 16.83%

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

#ABA043 (or 0xABA043) is known color: Brass. HEX triplet: AB, A0 and 43. RGB value is (171,160,67). Sum of RGB (Red+Green+Blue) = 171+160+67=398 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.96% from 398); Green value is 160 (62.89% from 255 or 40.20% from 398); Blue value is 67 (26.56% from 255 or 16.83% from 398); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA043 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA043 is #545FBC. Grayscale: #999999. Windows color (decimal): -5529533 or 4432043. OLE color: 4432043.

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

Color convert

RGB 171 160 67 -
CMYK 0 0.06 0.61 0.33
HSL 53.65º 0.44% 0.47% -
HSV(B) 53.65º 0.61% 0.67% -
XYZ 30.38 34.2 10.31 -
YUV 152.69 79.64 141.06 -
System Red Green Blue C M Y K H S L
Decimal 171 160 67 0 0.06 0.61 0.33 53.65 0.44 0.47
Hex AB A0 43 0 6 3D 21 36 2C 2F
Octal 253 240 103 0 6 75 41 66 54 57
Binary 10101011 10100000 1000011 0 110 111101 100001 110110 101100 101111

Color Harmonies of #ABA043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA043

Black with #ABA043

Text Example


Text Example

White with #ABA043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA043; }

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

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

background-color css

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

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

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

border-color css

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

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

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