Html Css Color HEX #ABA33A Brass

📋 copy color: '#ABA33A'

red 171 ◦ green 163 ◦ blue 58

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

Shades of Brass #ABA33A

Tints of Brass #ABA33A

RGB

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

 GREEN value IS 163 (64.06% from 255) = 41.58%

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

R = 43.62%
G = 41.58%
B = 14.8%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.66

 K value IS 0.33

RGB Variations

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

Color information

#ABA33A (or 0xABA33A) is known color: Brass. HEX triplet: AB, A3 and 3A. RGB value is (171,163,58). Sum of RGB (Red+Green+Blue) = 171+163+58=392 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.62% from 392); Green value is 163 (64.06% from 255 or 41.58% from 392); Blue value is 58 (23.05% from 255 or 14.80% from 392); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA33A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA33A is #545CC5. Grayscale: #999999. Windows color (decimal): -5528774 or 3842987. OLE color: 3842987.

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

Color convert

RGB 171 163 58 -
CMYK 0 0.05 0.66 0.33
HSL 55.75º 0.49% 0.45% -
HSV(B) 55.75º 0.66% 0.67% -
XYZ 30.66 35.16 9.17 -
YUV 153.42 74.15 140.54 -
System Red Green Blue C M Y K H S L
Decimal 171 163 58 0 0.05 0.66 0.33 55.75 0.49 0.45
Hex AB A3 3A 0 5 42 21 38 31 2D
Octal 253 243 72 0 5 102 41 70 61 55
Binary 10101011 10100011 111010 0 101 1000010 100001 111000 110001 101101

Color Harmonies of #ABA33A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA33A

Black with #ABA33A

Text Example


Text Example

White with #ABA33A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA33A; }

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

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

background-color css

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

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

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

border-color css

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

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

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