Html Css Color HEX #ABA532 Brass

📋 copy color: '#ABA532'

red 171 ◦ green 165 ◦ blue 50

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

Shades of Brass #ABA532

Tints of Brass #ABA532

RGB

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

 GREEN value IS 165 (64.84% from 255) = 42.75%

 BLUE value IS 50 (19.92% from 255) = 12.95%

R = 44.3%
G = 42.75%
B = 12.95%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.71

 K value IS 0.33

RGB Variations

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

Color information

#ABA532 (or 0xABA532) is known color: Brass. HEX triplet: AB, A5 and 32. RGB value is (171,165,50). Sum of RGB (Red+Green+Blue) = 171+165+50=386 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.30% from 386); Green value is 165 (64.84% from 255 or 42.75% from 386); Blue value is 50 (19.92% from 255 or 12.95% from 386); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA532 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA532 is #545ACD. Grayscale: #9A9A9A. Windows color (decimal): -5528270 or 3319211. OLE color: 3319211.

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

Color convert

RGB 171 165 50 -
CMYK 0 0.04 0.71 0.33
HSL 57.02º 0.55% 0.43% -
HSV(B) 57.02º 0.71% 0.67% -
XYZ 30.83 35.8 8.3 -
YUV 153.68 69.49 140.35 -
System Red Green Blue C M Y K H S L
Decimal 171 165 50 0 0.04 0.71 0.33 57.02 0.55 0.43
Hex AB A5 32 0 4 47 21 39 37 2B
Octal 253 245 62 0 4 107 41 71 67 53
Binary 10101011 10100101 110010 0 100 1000111 100001 111001 110111 101011

Color Harmonies of #ABA532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA532

Black with #ABA532

Text Example


Text Example

White with #ABA532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA532; }

 p { color: rgb(171,165,50); }

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

background-color css

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

 a { background-color: rgb(171,165,50); }

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

border-color css

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

 span { border-color: rgb(171,165,50); }

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