Html Css Color HEX #ABA535 Brass

📋 copy color: '#ABA535'

red 171 ◦ green 165 ◦ blue 53

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

Shades of Brass #ABA535

Tints of Brass #ABA535

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 13.62%

R = 43.96%
G = 42.42%
B = 13.62%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.69

 K value IS 0.33

RGB Variations

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

Color information

#ABA535 (or 0xABA535) is known color: Brass. HEX triplet: AB, A5 and 35. RGB value is (171,165,53). Sum of RGB (Red+Green+Blue) = 171+165+53=389 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.96% from 389); Green value is 165 (64.84% from 255 or 42.42% from 389); Blue value is 53 (21.09% from 255 or 13.62% from 389); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA535 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA535 is #545ACA. Grayscale: #9A9A9A. Windows color (decimal): -5528267 or 3515819. OLE color: 3515819.

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

Color convert

RGB 171 165 53 -
CMYK 0 0.04 0.69 0.33
HSL 56.95º 0.53% 0.44% -
HSV(B) 56.95º 0.69% 0.67% -
XYZ 30.89 35.83 8.65 -
YUV 154.03 70.99 140.11 -
System Red Green Blue C M Y K H S L
Decimal 171 165 53 0 0.04 0.69 0.33 56.95 0.53 0.44
Hex AB A5 35 0 4 45 21 39 35 2C
Octal 253 245 65 0 4 105 41 71 65 54
Binary 10101011 10100101 110101 0 100 1000101 100001 111001 110101 101100

Color Harmonies of #ABA535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA535

Black with #ABA535

Text Example


Text Example

White with #ABA535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA535; }

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

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

background-color css

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

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

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

border-color css

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

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

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