Html Css Color HEX #ABA640 Brass

📋 copy color: '#ABA640'

red 171 ◦ green 166 ◦ blue 64

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

Shades of Brass #ABA640

Tints of Brass #ABA640

RGB

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

 GREEN value IS 166 (65.23% from 255) = 41.4%

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

R = 42.64%
G = 41.4%
B = 15.96%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#ABA640 (or 0xABA640) is known color: Brass. HEX triplet: AB, A6 and 40. RGB value is (171,166,64). Sum of RGB (Red+Green+Blue) = 171+166+64=401 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.64% from 401); Green value is 166 (65.23% from 255 or 41.40% from 401); Blue value is 64 (25.39% from 255 or 15.96% from 401); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA640 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA640 is #5459BF. Grayscale: #9C9C9C. Windows color (decimal): -5528000 or 4236971. OLE color: 4236971.

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

Color convert

RGB 171 166 64 -
CMYK 0 0.03 0.63 0.33
HSL 57.2º 0.46% 0.46% -
HSV(B) 57.2º 0.63% 0.67% -
XYZ 31.36 36.3 10.2 -
YUV 155.87 76.16 138.79 -
System Red Green Blue C M Y K H S L
Decimal 171 166 64 0 0.03 0.63 0.33 57.2 0.46 0.46
Hex AB A6 40 0 3 3F 21 39 2E 2E
Octal 253 246 100 0 3 77 41 71 56 56
Binary 10101011 10100110 1000000 0 11 111111 100001 111001 101110 101110

Color Harmonies of #ABA640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA640

Black with #ABA640

Text Example


Text Example

White with #ABA640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA640; }

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

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

background-color css

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

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

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

border-color css

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

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

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