Html Css Color HEX #ABA437 Brass

📋 copy color: '#ABA437'

red 171 ◦ green 164 ◦ blue 55

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

Shades of Brass #ABA437

Tints of Brass #ABA437

RGB

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

 GREEN value IS 164 (64.45% from 255) = 42.05%

 BLUE value IS 55 (21.88% from 255) = 14.1%

R = 43.85%
G = 42.05%
B = 14.1%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.68

 K value IS 0.33

RGB Variations

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

Color information

#ABA437 (or 0xABA437) is known color: Brass. HEX triplet: AB, A4 and 37. RGB value is (171,164,55). Sum of RGB (Red+Green+Blue) = 171+164+55=390 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.85% from 390); Green value is 164 (64.45% from 255 or 42.05% from 390); Blue value is 55 (21.88% from 255 or 14.10% from 390); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA437 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA437 is #545BC8. Grayscale: #9A9A9A. Windows color (decimal): -5528521 or 3646635. OLE color: 3646635.

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

Color convert

RGB 171 164 55 -
CMYK 0 0.04 0.68 0.33
HSL 56.38º 0.51% 0.44% -
HSV(B) 56.38º 0.68% 0.67% -
XYZ 30.76 35.48 8.84 -
YUV 153.67 72.32 140.36 -
System Red Green Blue C M Y K H S L
Decimal 171 164 55 0 0.04 0.68 0.33 56.38 0.51 0.44
Hex AB A4 37 0 4 44 21 38 33 2C
Octal 253 244 67 0 4 104 41 70 63 54
Binary 10101011 10100100 110111 0 100 1000100 100001 111000 110011 101100

Color Harmonies of #ABA437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA437

Black with #ABA437

Text Example


Text Example

White with #ABA437

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA437; }

 p { color: rgb(171,164,55); }

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

background-color css

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

 a { background-color: rgb(171,164,55); }

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

border-color css

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

 span { border-color: rgb(171,164,55); }

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