Html Css Color HEX #ABA335 Brass

📋 copy color: '#ABA335'

red 171 ◦ green 163 ◦ blue 53

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

Shades of Brass #ABA335

Tints of Brass #ABA335

RGB

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

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

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

R = 44.19%
G = 42.12%
B = 13.7%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.69

 K value IS 0.33

RGB Variations

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

Color information

#ABA335 (or 0xABA335) is known color: Brass. HEX triplet: AB, A3 and 35. RGB value is (171,163,53). Sum of RGB (Red+Green+Blue) = 171+163+53=387 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.19% from 387); Green value is 163 (64.06% from 255 or 42.12% from 387); Blue value is 53 (21.09% from 255 or 13.70% from 387); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA335 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA335 is #545CCA. Grayscale: #999999. Windows color (decimal): -5528779 or 3515307. OLE color: 3515307.

HSL color Cylindrical-coordinate representation of color #ABA335: hue angle of 55.93º 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 #ABA335 is Cyan = 0, Magento = 0.05, Yellow = 0.69 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 163 53 -
CMYK 0 0.05 0.69 0.33
HSL 55.93º 0.53% 0.44% -
HSV(B) 55.93º 0.69% 0.67% -
XYZ 30.53 35.11 8.54 -
YUV 152.85 71.65 140.94 -
System Red Green Blue C M Y K H S L
Decimal 171 163 53 0 0.05 0.69 0.33 55.93 0.53 0.44
Hex AB A3 35 0 5 45 21 38 35 2C
Octal 253 243 65 0 5 105 41 70 65 54
Binary 10101011 10100011 110101 0 101 1000101 100001 111000 110101 101100

Color Harmonies of #ABA335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA335

Black with #ABA335

Text Example


Text Example

White with #ABA335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA335; }

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

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

background-color css

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

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

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

border-color css

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

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

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