Html Css Color HEX #ABA53E Brass

📋 copy color: '#ABA53E'

red 171 ◦ green 165 ◦ blue 62

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

Shades of Brass #ABA53E

Tints of Brass #ABA53E

RGB

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

 GREEN value IS 165 (64.84% from 255) = 41.46%

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

R = 42.96%
G = 41.46%
B = 15.58%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.64

 K value IS 0.33

RGB Variations

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

Color information

#ABA53E (or 0xABA53E) is known color: Brass. HEX triplet: AB, A5 and 3E. RGB value is (171,165,62). Sum of RGB (Red+Green+Blue) = 171+165+62=398 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.96% from 398); Green value is 165 (64.84% from 255 or 41.46% from 398); Blue value is 62 (24.61% from 255 or 15.58% from 398); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA53E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA53E is #545AC1. Grayscale: #9B9B9B. Windows color (decimal): -5528258 or 4105643. OLE color: 4105643.

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

Color convert

RGB 171 165 62 -
CMYK 0 0.04 0.64 0.33
HSL 56.7º 0.47% 0.46% -
HSV(B) 56.7º 0.64% 0.67% -
XYZ 31.12 35.92 9.85 -
YUV 155.05 75.49 139.38 -
System Red Green Blue C M Y K H S L
Decimal 171 165 62 0 0.04 0.64 0.33 56.7 0.47 0.46
Hex AB A5 3E 0 4 40 21 39 2F 2E
Octal 253 245 76 0 4 100 41 71 57 56
Binary 10101011 10100101 111110 0 100 1000000 100001 111001 101111 101110

Color Harmonies of #ABA53E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA53E

Black with #ABA53E

Text Example


Text Example

White with #ABA53E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA53E; }

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

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

background-color css

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

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

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

border-color css

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

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

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