Html Css Color HEX #ABA534 Brass

📋 copy color: '#ABA534'

red 171 ◦ green 165 ◦ blue 52

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

Shades of Brass #ABA534

Tints of Brass #ABA534

RGB

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

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

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

R = 44.07%
G = 42.53%
B = 13.4%

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

#ABA534 (or 0xABA534) is known color: Brass. HEX triplet: AB, A5 and 34. RGB value is (171,165,52). Sum of RGB (Red+Green+Blue) = 171+165+52=388 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.07% from 388); Green value is 165 (64.84% from 255 or 42.53% from 388); Blue value is 52 (20.70% from 255 or 13.40% from 388); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA534 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA534 is #545ACB. Grayscale: #9A9A9A. Windows color (decimal): -5528268 or 3450283. OLE color: 3450283.

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

Color convert

RGB 171 165 52 -
CMYK 0 0.04 0.70 0.33
HSL 56.97º 0.53% 0.44% -
HSV(B) 56.97º 0.7% 0.67% -
XYZ 30.87 35.82 8.54 -
YUV 153.91 70.49 140.19 -
System Red Green Blue C M Y K H S L
Decimal 171 165 52 0 0.04 0.70 0.33 56.97 0.53 0.44
Hex AB A5 34 0 4 46 21 39 35 2C
Octal 253 245 64 0 4 106 41 71 65 54
Binary 10101011 10100101 110100 0 100 1000110 100001 111001 110101 101100

Color Harmonies of #ABA534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA534

Black with #ABA534

Text Example


Text Example

White with #ABA534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA534; }

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

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

background-color css

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

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

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

border-color css

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

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

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