Html Css Color HEX #ABA73B Brass

📋 copy color: '#ABA73B'

red 171 ◦ green 167 ◦ blue 59

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

Shades of Brass #ABA73B

Tints of Brass #ABA73B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 14.86%

R = 43.07%
G = 42.07%
B = 14.86%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#ABA73B (or 0xABA73B) is known color: Brass. HEX triplet: AB, A7 and 3B. RGB value is (171,167,59). Sum of RGB (Red+Green+Blue) = 171+167+59=397 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.07% from 397); Green value is 167 (65.62% from 255 or 42.07% from 397); Blue value is 59 (23.44% from 255 or 14.86% from 397); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA73B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA73B is #5458C4. Grayscale: #9C9C9C. Windows color (decimal): -5527749 or 3909547. OLE color: 3909547.

HSL color Cylindrical-coordinate representation of color #ABA73B: hue angle of 57.86º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #ABA73B is Cyan = 0, Magento = 0.02, Yellow = 0.65 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 167 59 -
CMYK 0 0.02 0.65 0.33
HSL 57.86º 0.49% 0.45% -
HSV(B) 57.86º 0.65% 0.67% -
XYZ 31.4 36.61 9.55 -
YUV 155.88 73.33 138.78 -
System Red Green Blue C M Y K H S L
Decimal 171 167 59 0 0.02 0.65 0.33 57.86 0.49 0.45
Hex AB A7 3B 0 2 41 21 3A 31 2D
Octal 253 247 73 0 2 101 41 72 61 55
Binary 10101011 10100111 111011 0 10 1000001 100001 111010 110001 101101

Color Harmonies of #ABA73B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA73B

Black with #ABA73B

Text Example


Text Example

White with #ABA73B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA73B; }

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

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

background-color css

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

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

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

border-color css

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

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

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