Html Css Color HEX #ABA343 Brass

📋 copy color: '#ABA343'

red 171 ◦ green 163 ◦ blue 67

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

Shades of Brass #ABA343

Tints of Brass #ABA343

RGB

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

 GREEN value IS 163 (64.06% from 255) = 40.65%

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

R = 42.64%
G = 40.65%
B = 16.71%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.61

 K value IS 0.33

RGB Variations

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

Color information

#ABA343 (or 0xABA343) is known color: Brass. HEX triplet: AB, A3 and 43. RGB value is (171,163,67). Sum of RGB (Red+Green+Blue) = 171+163+67=401 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.64% from 401); Green value is 163 (64.06% from 255 or 40.65% from 401); Blue value is 67 (26.56% from 255 or 16.71% from 401); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA343 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA343 is #545CBC. Grayscale: #9A9A9A. Windows color (decimal): -5528765 or 4432811. OLE color: 4432811.

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

Color convert

RGB 171 163 67 -
CMYK 0 0.05 0.61 0.33
HSL 55.38º 0.44% 0.47% -
HSV(B) 55.38º 0.61% 0.67% -
XYZ 30.9 35.26 10.49 -
YUV 154.45 78.65 139.81 -
System Red Green Blue C M Y K H S L
Decimal 171 163 67 0 0.05 0.61 0.33 55.38 0.44 0.47
Hex AB A3 43 0 5 3D 21 37 2C 2F
Octal 253 243 103 0 5 75 41 67 54 57
Binary 10101011 10100011 1000011 0 101 111101 100001 110111 101100 101111

Color Harmonies of #ABA343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA343

Black with #ABA343

Text Example


Text Example

White with #ABA343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA343; }

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

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

background-color css

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

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

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

border-color css

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

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

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