Html Css Color HEX #ABA334 Brass

📋 copy color: '#ABA334'

red 171 ◦ green 163 ◦ blue 52

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

Shades of Brass #ABA334

Tints of Brass #ABA334

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 13.47%

R = 44.3%
G = 42.23%
B = 13.47%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.70

 K value IS 0.33

RGB Variations

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

Color information

#ABA334 (or 0xABA334) is known color: Brass. HEX triplet: AB, A3 and 34. RGB value is (171,163,52). Sum of RGB (Red+Green+Blue) = 171+163+52=386 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.30% from 386); Green value is 163 (64.06% from 255 or 42.23% from 386); Blue value is 52 (20.70% from 255 or 13.47% from 386); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA334 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA334 is #545CCB. Grayscale: #999999. Windows color (decimal): -5528780 or 3449771. OLE color: 3449771.

HSL color Cylindrical-coordinate representation of color #ABA334: hue angle of 55.97º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ABA334 is Cyan = 0, Magento = 0.05, Yellow = 0.70 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 163 52 -
CMYK 0 0.05 0.70 0.33
HSL 55.97º 0.53% 0.44% -
HSV(B) 55.97º 0.7% 0.67% -
XYZ 30.51 35.1 8.42 -
YUV 152.74 71.15 141.03 -
System Red Green Blue C M Y K H S L
Decimal 171 163 52 0 0.05 0.70 0.33 55.97 0.53 0.44
Hex AB A3 34 0 5 46 21 38 35 2C
Octal 253 243 64 0 5 106 41 70 65 54
Binary 10101011 10100011 110100 0 101 1000110 100001 111000 110101 101100

Color Harmonies of #ABA334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA334

Black with #ABA334

Text Example


Text Example

White with #ABA334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA334; }

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

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

background-color css

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

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

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

border-color css

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

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

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