Html Css Color HEX #ABA340 Brass

📋 copy color: '#ABA340'

red 171 ◦ green 163 ◦ blue 64

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

Shades of Brass #ABA340

Tints of Brass #ABA340

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 16.08%

R = 42.96%
G = 40.95%
B = 16.08%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#ABA340 (or 0xABA340) is known color: Brass. HEX triplet: AB, A3 and 40. RGB value is (171,163,64). Sum of RGB (Red+Green+Blue) = 171+163+64=398 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.96% from 398); Green value is 163 (64.06% from 255 or 40.95% from 398); Blue value is 64 (25.39% from 255 or 16.08% from 398); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA340 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA340 is #545CBF. Grayscale: #9A9A9A. Windows color (decimal): -5528768 or 4236203. OLE color: 4236203.

HSL color Cylindrical-coordinate representation of color #ABA340: hue angle of 55.51º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #ABA340 is Cyan = 0, Magento = 0.05, Yellow = 0.63 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 163 64 -
CMYK 0 0.05 0.63 0.33
HSL 55.51º 0.46% 0.46% -
HSV(B) 55.51º 0.63% 0.67% -
XYZ 30.82 35.22 10.02 -
YUV 154.11 77.15 140.05 -
System Red Green Blue C M Y K H S L
Decimal 171 163 64 0 0.05 0.63 0.33 55.51 0.46 0.46
Hex AB A3 40 0 5 3F 21 38 2E 2E
Octal 253 243 100 0 5 77 41 70 56 56
Binary 10101011 10100011 1000000 0 101 111111 100001 111000 101110 101110

Color Harmonies of #ABA340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA340

Black with #ABA340

Text Example


Text Example

White with #ABA340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA340; }

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

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

background-color css

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

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

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

border-color css

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

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

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