Html Css Color HEX #ABA43E Brass

📋 copy color: '#ABA43E'

red 171 ◦ green 164 ◦ blue 62

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

Shades of Brass #ABA43E

Tints of Brass #ABA43E

RGB

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

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

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

R = 43.07%
G = 41.31%
B = 15.62%

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

#ABA43E (or 0xABA43E) is known color: Brass. HEX triplet: AB, A4 and 3E. RGB value is (171,164,62). Sum of RGB (Red+Green+Blue) = 171+164+62=397 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.07% from 397); Green value is 164 (64.45% from 255 or 41.31% from 397); Blue value is 62 (24.61% from 255 or 15.62% from 397); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA43E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA43E is #545BC1. Grayscale: #9A9A9A. Windows color (decimal): -5528514 or 4105387. OLE color: 4105387.

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

Color convert

RGB 171 164 62 -
CMYK 0 0.04 0.64 0.33
HSL 56.15º 0.47% 0.46% -
HSV(B) 56.15º 0.64% 0.67% -
XYZ 30.94 35.56 9.79 -
YUV 154.47 75.82 139.79 -
System Red Green Blue C M Y K H S L
Decimal 171 164 62 0 0.04 0.64 0.33 56.15 0.47 0.46
Hex AB A4 3E 0 4 40 21 38 2F 2E
Octal 253 244 76 0 4 100 41 70 57 56
Binary 10101011 10100100 111110 0 100 1000000 100001 111000 101111 101110

Color Harmonies of #ABA43E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA43E

Black with #ABA43E

Text Example


Text Example

White with #ABA43E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA43E; }

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

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

background-color css

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

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

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

border-color css

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

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

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