Html Css Color HEX #ABA43A Brass

📋 copy color: '#ABA43A'

red 171 ◦ green 164 ◦ blue 58

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

Shades of Brass #ABA43A

Tints of Brass #ABA43A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 14.76%

R = 43.51%
G = 41.73%
B = 14.76%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.66

 K value IS 0.33

RGB Variations

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

Color information

#ABA43A (or 0xABA43A) is known color: Brass. HEX triplet: AB, A4 and 3A. RGB value is (171,164,58). Sum of RGB (Red+Green+Blue) = 171+164+58=393 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.51% from 393); Green value is 164 (64.45% from 255 or 41.73% from 393); Blue value is 58 (23.05% from 255 or 14.76% from 393); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA43A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA43A is #545BC5. Grayscale: #9A9A9A. Windows color (decimal): -5528518 or 3843243. OLE color: 3843243.

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

Color convert

RGB 171 164 58 -
CMYK 0 0.04 0.66 0.33
HSL 56.28º 0.49% 0.45% -
HSV(B) 56.28º 0.66% 0.67% -
XYZ 30.83 35.51 9.23 -
YUV 154.01 73.82 140.12 -
System Red Green Blue C M Y K H S L
Decimal 171 164 58 0 0.04 0.66 0.33 56.28 0.49 0.45
Hex AB A4 3A 0 4 42 21 38 31 2D
Octal 253 244 72 0 4 102 41 70 61 55
Binary 10101011 10100100 111010 0 100 1000010 100001 111000 110001 101101

Color Harmonies of #ABA43A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA43A

Black with #ABA43A

Text Example


Text Example

White with #ABA43A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA43A; }

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

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

background-color css

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

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

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

border-color css

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

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

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