Html Css Color HEX #ABA73F Brass

📋 copy color: '#ABA73F'

red 171 ◦ green 167 ◦ blue 63

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

Shades of Brass #ABA73F

Tints of Brass #ABA73F

RGB

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

 GREEN value IS 167 (65.63% from 255) = 41.65%

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

R = 42.64%
G = 41.65%
B = 15.71%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#ABA73F (or 0xABA73F) is known color: Brass. HEX triplet: AB, A7 and 3F. RGB value is (171,167,63). Sum of RGB (Red+Green+Blue) = 171+167+63=401 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.64% from 401); Green value is 167 (65.62% from 255 or 41.65% from 401); Blue value is 63 (25% from 255 or 15.71% from 401); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA73F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA73F is #5458C0. Grayscale: #9C9C9C. Windows color (decimal): -5527745 or 4171691. OLE color: 4171691.

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

Color convert

RGB 171 167 63 -
CMYK 0 0.02 0.63 0.33
HSL 57.78º 0.46% 0.46% -
HSV(B) 57.78º 0.63% 0.67% -
XYZ 31.51 36.65 10.12 -
YUV 156.34 75.33 138.46 -
System Red Green Blue C M Y K H S L
Decimal 171 167 63 0 0.02 0.63 0.33 57.78 0.46 0.46
Hex AB A7 3F 0 2 3F 21 3A 2E 2E
Octal 253 247 77 0 2 77 41 72 56 56
Binary 10101011 10100111 111111 0 10 111111 100001 111010 101110 101110

Color Harmonies of #ABA73F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA73F

Black with #ABA73F

Text Example


Text Example

White with #ABA73F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA73F; }

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

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

background-color css

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

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

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

border-color css

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

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

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