Html Css Color HEX #ABA543 Brass

📋 copy color: '#ABA543'

red 171 ◦ green 165 ◦ blue 67

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

Shades of Brass #ABA543

Tints of Brass #ABA543

RGB

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

 GREEN value IS 165 (64.84% from 255) = 40.94%

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

R = 42.43%
G = 40.94%
B = 16.63%

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

#ABA543 (or 0xABA543) is known color: Brass. HEX triplet: AB, A5 and 43. RGB value is (171,165,67). Sum of RGB (Red+Green+Blue) = 171+165+67=403 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.43% from 403); Green value is 165 (64.84% from 255 or 40.94% from 403); Blue value is 67 (26.56% from 255 or 16.63% from 403); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA543 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA543 is #545ABC. Grayscale: #9C9C9C. Windows color (decimal): -5528253 or 4433323. OLE color: 4433323.

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

Color convert

RGB 171 165 67 -
CMYK 0 0.04 0.61 0.33
HSL 56.54º 0.44% 0.47% -
HSV(B) 56.54º 0.61% 0.67% -
XYZ 31.26 35.97 10.61 -
YUV 155.62 77.99 138.97 -
System Red Green Blue C M Y K H S L
Decimal 171 165 67 0 0.04 0.61 0.33 56.54 0.44 0.47
Hex AB A5 43 0 4 3D 21 39 2C 2F
Octal 253 245 103 0 4 75 41 71 54 57
Binary 10101011 10100101 1000011 0 100 111101 100001 111001 101100 101111

Color Harmonies of #ABA543

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA543

Black with #ABA543

Text Example


Text Example

White with #ABA543

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA543; }

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

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

background-color css

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

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

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

border-color css

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

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

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