Html Css Color HEX #ABA433 Brass

📋 copy color: '#ABA433'

red 171 ◦ green 164 ◦ blue 51

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

Shades of Brass #ABA433

Tints of Brass #ABA433

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 13.21%

R = 44.3%
G = 42.49%
B = 13.21%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.70

 K value IS 0.33

RGB Variations

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

Color information

#ABA433 (or 0xABA433) is known color: Brass. HEX triplet: AB, A4 and 33. RGB value is (171,164,51). Sum of RGB (Red+Green+Blue) = 171+164+51=386 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.30% from 386); Green value is 164 (64.45% from 255 or 42.49% from 386); Blue value is 51 (20.31% from 255 or 13.21% from 386); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA433 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA433 is #545BCC. Grayscale: #999999. Windows color (decimal): -5528525 or 3384491. OLE color: 3384491.

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

Color convert

RGB 171 164 51 -
CMYK 0 0.04 0.70 0.33
HSL 56.5º 0.54% 0.44% -
HSV(B) 56.5º 0.7% 0.67% -
XYZ 30.67 35.45 8.36 -
YUV 153.21 70.32 140.69 -
System Red Green Blue C M Y K H S L
Decimal 171 164 51 0 0.04 0.70 0.33 56.5 0.54 0.44
Hex AB A4 33 0 4 46 21 38 36 2C
Octal 253 244 63 0 4 106 41 70 66 54
Binary 10101011 10100100 110011 0 100 1000110 100001 111000 110110 101100

Color Harmonies of #ABA433

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA433

Black with #ABA433

Text Example


Text Example

White with #ABA433

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA433; }

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

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

background-color css

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

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

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

border-color css

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

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

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