Html Css Color HEX #ABA43F Brass

📋 copy color: '#ABA43F'

red 171 ◦ green 164 ◦ blue 63

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

Shades of Brass #ABA43F

Tints of Brass #ABA43F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 15.83%

R = 42.96%
G = 41.21%
B = 15.83%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#ABA43F (or 0xABA43F) is known color: Brass. HEX triplet: AB, A4 and 3F. RGB value is (171,164,63). Sum of RGB (Red+Green+Blue) = 171+164+63=398 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.96% from 398); Green value is 164 (64.45% from 255 or 41.21% from 398); Blue value is 63 (25% from 255 or 15.83% from 398); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA43F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA43F is #545BC0. Grayscale: #9A9A9A. Windows color (decimal): -5528513 or 4170923. OLE color: 4170923.

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

Color convert

RGB 171 164 63 -
CMYK 0 0.04 0.63 0.33
HSL 56.11º 0.46% 0.46% -
HSV(B) 56.11º 0.63% 0.67% -
XYZ 30.97 35.57 9.94 -
YUV 154.58 76.32 139.71 -
System Red Green Blue C M Y K H S L
Decimal 171 164 63 0 0.04 0.63 0.33 56.11 0.46 0.46
Hex AB A4 3F 0 4 3F 21 38 2E 2E
Octal 253 244 77 0 4 77 41 70 56 56
Binary 10101011 10100100 111111 0 100 111111 100001 111000 101110 101110

Color Harmonies of #ABA43F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA43F

Black with #ABA43F

Text Example


Text Example

White with #ABA43F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA43F; }

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

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

background-color css

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

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

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

border-color css

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

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

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