Html Css Color HEX #ABA73E Brass

📋 copy color: '#ABA73E'

red 171 ◦ green 167 ◦ blue 62

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

Shades of Brass #ABA73E

Tints of Brass #ABA73E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 15.5%

R = 42.75%
G = 41.75%
B = 15.5%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.64

 K value IS 0.33

RGB Variations

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

Color information

#ABA73E (or 0xABA73E) is known color: Brass. HEX triplet: AB, A7 and 3E. RGB value is (171,167,62). Sum of RGB (Red+Green+Blue) = 171+167+62=400 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.75% from 400); Green value is 167 (65.62% from 255 or 41.75% from 400); Blue value is 62 (24.61% from 255 or 15.5% from 400); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA73E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA73E is #5458C1. Grayscale: #9C9C9C. Windows color (decimal): -5527746 or 4106155. OLE color: 4106155.

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

Color convert

RGB 171 167 62 -
CMYK 0 0.02 0.64 0.33
HSL 57.8º 0.47% 0.46% -
HSV(B) 57.8º 0.64% 0.67% -
XYZ 31.48 36.64 9.97 -
YUV 156.23 74.83 138.54 -
System Red Green Blue C M Y K H S L
Decimal 171 167 62 0 0.02 0.64 0.33 57.8 0.47 0.46
Hex AB A7 3E 0 2 40 21 3A 2F 2E
Octal 253 247 76 0 2 100 41 72 57 56
Binary 10101011 10100111 111110 0 10 1000000 100001 111010 101111 101110

Color Harmonies of #ABA73E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA73E

Black with #ABA73E

Text Example


Text Example

White with #ABA73E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA73E; }

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

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

background-color css

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

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

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

border-color css

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

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

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