Html Css Color HEX #ABA33B Brass

📋 copy color: '#ABA33B'

red 171 ◦ green 163 ◦ blue 59

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

Shades of Brass #ABA33B

Tints of Brass #ABA33B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 15.01%

R = 43.51%
G = 41.48%
B = 15.01%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#ABA33B (or 0xABA33B) is known color: Brass. HEX triplet: AB, A3 and 3B. RGB value is (171,163,59). Sum of RGB (Red+Green+Blue) = 171+163+59=393 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.51% from 393); Green value is 163 (64.06% from 255 or 41.48% from 393); Blue value is 59 (23.44% from 255 or 15.01% from 393); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA33B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA33B is #545CC4. Grayscale: #999999. Windows color (decimal): -5528773 or 3908523. OLE color: 3908523.

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

Color convert

RGB 171 163 59 -
CMYK 0 0.05 0.65 0.33
HSL 55.71º 0.49% 0.45% -
HSV(B) 55.71º 0.65% 0.67% -
XYZ 30.68 35.17 9.31 -
YUV 153.54 74.65 140.46 -
System Red Green Blue C M Y K H S L
Decimal 171 163 59 0 0.05 0.65 0.33 55.71 0.49 0.45
Hex AB A3 3B 0 5 41 21 38 31 2D
Octal 253 243 73 0 5 101 41 70 61 55
Binary 10101011 10100011 111011 0 101 1000001 100001 111000 110001 101101

Color Harmonies of #ABA33B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA33B

Black with #ABA33B

Text Example


Text Example

White with #ABA33B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA33B; }

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

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

background-color css

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

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

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

border-color css

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

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

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